Html Css Color HEX #C0BF04 La Rioja

📋 copy color: '#C0BF04'

red 192 ◦ green 191 ◦ blue 4

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

Shades of La Rioja #C0BF04

Tints of La Rioja #C0BF04

RGB

 RED value IS 192 (75.39% from 255) = 49.61%

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

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

R = 49.61%
G = 49.35%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C0BF04 (or 0xC0BF04) is known color: La Rioja. HEX triplet: C0, BF and 04. RGB value is (192,191,4). Sum of RGB (Red+Green+Blue) = 192+191+4=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BF04 is #3F40FB. Grayscale: #AAAAAA. Windows color (decimal): -4145404 or 311232. OLE color: 311232.

HSL color Cylindrical-coordinate representation of color #C0BF04: hue angle of 59.68º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0BF04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 4 -
CMYK 0 0.01 0.98 0.25
HSL 59.68º 0.96% 0.38% -
HSV(B) 59.68º 0.98% 0.75% -
XYZ 40.39 48.48 7.34 -
YUV 169.98 34.33 143.71 -
System Red Green Blue C M Y K H S L
Decimal 192 191 4 0 0.01 0.98 0.25 59.68 0.96 0.38
Hex C0 BF 4 0 1 62 19 3C 60 26
Octal 300 277 4 0 1 142 31 74 140 46
Binary 11000000 10111111 100 0 1 1100010 11001 111100 1100000 100110

Color Harmonies of #C0BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF04

Black with #C0BF04

Text Example


Text Example

White with #C0BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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