Html Css Color HEX #C0BF00 La Rioja

📋 copy color: '#C0BF00'

red 192 ◦ green 191 ◦ blue 0

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

Shades of La Rioja #C0BF00

Tints of La Rioja #C0BF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.13%
G = 49.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C0BF00 (or 0xC0BF00) is known color: La Rioja. HEX triplet: C0, BF and 00. RGB value is (192,191,0). Sum of RGB (Red+Green+Blue) = 192+191+0=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BF00 is #3F40FF. Grayscale: #AAAAAA. Windows color (decimal): -4145408 or 49088. OLE color: 49088.

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

Color convert

RGB 192 191 0 -
CMYK 0 0.01 1 0.25
HSL 59.69º 1% 0.38% -
HSV(B) 59.69º 1% 0.75% -
XYZ 40.37 48.47 7.23 -
YUV 169.53 32.33 144.03 -
System Red Green Blue C M Y K H S L
Decimal 192 191 0 0 0.01 1 0.25 59.69 1 0.38
Hex C0 BF 0 0 1 64 19 3C 64 26
Octal 300 277 0 0 1 144 31 74 144 46
Binary 11000000 10111111 0 0 1 1100100 11001 111100 1100100 100110

Color Harmonies of #C0BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF00

Black with #C0BF00

Text Example


Text Example

White with #C0BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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