Html Css Color HEX #C9BE05 La Rioja

📋 copy color: '#C9BE05'

red 201 ◦ green 190 ◦ blue 5

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

Shades of La Rioja #C9BE05

Tints of La Rioja #C9BE05

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.98%

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 50.76%
G = 47.98%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C9BE05 (or 0xC9BE05) is known color: La Rioja. HEX triplet: C9, BE and 05. RGB value is (201,190,5). Sum of RGB (Red+Green+Blue) = 201+190+5=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BE05 is #3641FA. Grayscale: #ACACAC. Windows color (decimal): -3555835 or 376521. OLE color: 376521.

HSL color Cylindrical-coordinate representation of color #C9BE05: hue angle of 56.63º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9BE05 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 190 5 -
CMYK 0 0.05 0.98 0.21
HSL 56.63º 0.95% 0.4% -
HSV(B) 56.63º 0.98% 0.79% -
XYZ 42.53 49.26 7.41 -
YUV 172.2 33.64 148.54 -
System Red Green Blue C M Y K H S L
Decimal 201 190 5 0 0.05 0.98 0.21 56.63 0.95 0.4
Hex C9 BE 5 0 5 62 15 39 5F 28
Octal 311 276 5 0 5 142 25 71 137 50
Binary 11001001 10111110 101 0 101 1100010 10101 111001 1011111 101000

Color Harmonies of #C9BE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BE05

Black with #C9BE05

Text Example


Text Example

White with #C9BE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BE05; }

 p { color: rgb(201,190,5); }

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

background-color css

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

 a { background-color: rgb(201,190,5); }

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

border-color css

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

 span { border-color: rgb(201,190,5); }

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