Html Css Color HEX #C0BF01 La Rioja

📋 copy color: '#C0BF01'

red 192 ◦ green 191 ◦ blue 1

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

Shades of La Rioja #C0BF01

Tints of La Rioja #C0BF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 50%
G = 49.74%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0BF01 (or 0xC0BF01) is known color: La Rioja. HEX triplet: C0, BF and 01. RGB value is (192,191,1). Sum of RGB (Red+Green+Blue) = 192+191+1=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BF01 is #3F40FE. Grayscale: #AAAAAA. Windows color (decimal): -4145407 or 114624. OLE color: 114624.

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

Color convert

RGB 192 191 1 -
CMYK 0 0.01 0.99 0.25
HSL 59.69º 0.99% 0.38% -
HSV(B) 59.69º 0.99% 0.75% -
XYZ 40.37 48.47 7.26 -
YUV 169.64 32.83 143.95 -
System Red Green Blue C M Y K H S L
Decimal 192 191 1 0 0.01 0.99 0.25 59.69 0.99 0.38
Hex C0 BF 1 0 1 63 19 3C 63 26
Octal 300 277 1 0 1 143 31 74 143 46
Binary 11000000 10111111 1 0 1 1100011 11001 111100 1100011 100110

Color Harmonies of #C0BF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF01

Black with #C0BF01

Text Example


Text Example

White with #C0BF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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