Html Css Color HEX #C9BC00 La Rioja

📋 copy color: '#C9BC00'

red 201 ◦ green 188 ◦ blue 0

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

Shades of La Rioja #C9BC00

Tints of La Rioja #C9BC00

RGB

 RED value IS 201 (78.91% from 255) = 51.67%

 GREEN value IS 188 (73.83% from 255) = 48.33%

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

R = 51.67%
G = 48.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C9BC00 (or 0xC9BC00) is known color: La Rioja. HEX triplet: C9, BC and 00. RGB value is (201,188,0). Sum of RGB (Red+Green+Blue) = 201+188+0=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BC00 is #3643FF. Grayscale: #ABABAB. Windows color (decimal): -3556352 or 48329. OLE color: 48329.

HSL color Cylindrical-coordinate representation of color #C9BC00: hue angle of 56.12º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9BC00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 188 0 -
CMYK 0 0.06 1 0.21
HSL 56.12º 1% 0.39% -
HSV(B) 56.12º 1% 0.79% -
XYZ 42.07 48.38 7.12 -
YUV 170.46 31.81 149.79 -
System Red Green Blue C M Y K H S L
Decimal 201 188 0 0 0.06 1 0.21 56.12 1 0.39
Hex C9 BC 0 0 6 64 15 38 64 27
Octal 311 274 0 0 6 144 25 70 144 47
Binary 11001001 10111100 0 0 110 1100100 10101 111000 1100100 100111

Color Harmonies of #C9BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC00

Black with #C9BC00

Text Example


Text Example

White with #C9BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC00; }

 p { color: rgb(201,188,0); }

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

background-color css

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

 a { background-color: rgb(201,188,0); }

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

border-color css

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

 span { border-color: rgb(201,188,0); }

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