Html Css Color HEX #C5BF04 La Rioja

📋 copy color: '#C5BF04'

red 197 ◦ green 191 ◦ blue 4

#C5BF04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #C5BF04

Tints of La Rioja #C5BF04

RGB

 RED value IS 197 (77.34% from 255) = 50.26%

 GREEN value IS 191 (75% from 255) = 48.72%

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 50.26%
G = 48.72%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C5BF04 (or 0xC5BF04) is known color: La Rioja. HEX triplet: C5, BF and 04. RGB value is (197,191,4). Sum of RGB (Red+Green+Blue) = 197+191+4=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BF04 is #3A40FB. Grayscale: #ACACAC. Windows color (decimal): -3817724 or 311237. OLE color: 311237.

HSL color Cylindrical-coordinate representation of color #C5BF04: hue angle of 58.13º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5BF04 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 191 4 -
CMYK 0 0.03 0.98 0.23
HSL 58.13º 0.96% 0.39% -
HSV(B) 58.13º 0.98% 0.77% -
XYZ 41.68 49.14 7.4 -
YUV 171.48 33.49 146.21 -
System Red Green Blue C M Y K H S L
Decimal 197 191 4 0 0.03 0.98 0.23 58.13 0.96 0.39
Hex C5 BF 4 0 3 62 17 3A 60 27
Octal 305 277 4 0 3 142 27 72 140 47
Binary 11000101 10111111 100 0 11 1100010 10111 111010 1100000 100111

Color Harmonies of #C5BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF04

Black with #C5BF04

Text Example


Text Example

White with #C5BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF04; }

 p { color: rgb(197,191,4); }

 H1.HeaderClassName
 {
   color: #C5BF04;
 }
 .AnyTagClassName
 {
   color: #C5BF04;
 }
</style>

background-color css

<style>
 a { background-color: #C5BF04; }

 a { background-color: rgb(197,191,4); }

 div.DivClassName
 {
   background-color: #C5BF04;
 }
 .BgClassName
 {
   background-color: #C5BF04;
 }
</style>

border-color css

<style>
 span { border-color: #C5BF04; }

 span { border-color: rgb(197,191,4); }

 td.TdClassName
 {
   border-color: #C5BF04;
 }
 .TagClassName
 {
   border-color: #C5BF04;
 }
</style>