Html Css Color HEX #C9B200 La Rioja

📋 copy color: '#C9B200'

red 201 ◦ green 178 ◦ blue 0

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

Shades of La Rioja #C9B200

Tints of La Rioja #C9B200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.97%

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

R = 53.03%
G = 46.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C9B200 (or 0xC9B200) is known color: La Rioja. HEX triplet: C9, B2 and 00. RGB value is (201,178,0). Sum of RGB (Red+Green+Blue) = 201+178+0=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B200 is #364DFF. Grayscale: #A5A5A5. Windows color (decimal): -3558912 or 45769. OLE color: 45769.

HSL color Cylindrical-coordinate representation of color #C9B200: hue angle of 53.13º 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 #C9B200 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 178 0 -
CMYK 0 0.11 1 0.21
HSL 53.13º 1% 0.39% -
HSV(B) 53.13º 1% 0.79% -
XYZ 40.01 44.26 6.43 -
YUV 164.59 35.12 153.97 -
System Red Green Blue C M Y K H S L
Decimal 201 178 0 0 0.11 1 0.21 53.13 1 0.39
Hex C9 B2 0 0 B 64 15 35 64 27
Octal 311 262 0 0 13 144 25 65 144 47
Binary 11001001 10110010 0 0 1011 1100100 10101 110101 1100100 100111

Color Harmonies of #C9B200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B200

Black with #C9B200

Text Example


Text Example

White with #C9B200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B200; }

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

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

background-color css

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

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

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

border-color css

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

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

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