Html Css Color HEX #C2BF04 La Rioja

📋 copy color: '#C2BF04'

red 194 ◦ green 191 ◦ blue 4

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

Shades of La Rioja #C2BF04

Tints of La Rioja #C2BF04

RGB

 RED value IS 194 (76.17% from 255) = 49.87%

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

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

R = 49.87%
G = 49.1%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C2BF04 (or 0xC2BF04) is known color: La Rioja. HEX triplet: C2, BF and 04. RGB value is (194,191,4). Sum of RGB (Red+Green+Blue) = 194+191+4=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BF04 is #3D40FB. Grayscale: #ABABAB. Windows color (decimal): -4014332 or 311234. OLE color: 311234.

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

Color convert

RGB 194 191 4 -
CMYK 0 0.02 0.98 0.24
HSL 59.05º 0.96% 0.39% -
HSV(B) 59.05º 0.98% 0.76% -
XYZ 40.9 48.74 7.37 -
YUV 170.58 33.99 144.71 -
System Red Green Blue C M Y K H S L
Decimal 194 191 4 0 0.02 0.98 0.24 59.05 0.96 0.39
Hex C2 BF 4 0 2 62 18 3B 60 27
Octal 302 277 4 0 2 142 30 73 140 47
Binary 11000010 10111111 100 0 10 1100010 11000 111011 1100000 100111

Color Harmonies of #C2BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF04

Black with #C2BF04

Text Example


Text Example

White with #C2BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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