Html Css Color HEX #C5BE00 La Rioja

📋 copy color: '#C5BE00'

red 197 ◦ green 190 ◦ blue 0

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

Shades of La Rioja #C5BE00

Tints of La Rioja #C5BE00

RGB

 RED value IS 197 (77.34% from 255) = 50.9%

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

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

R = 50.9%
G = 49.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C5BE00 (or 0xC5BE00) is known color: La Rioja. HEX triplet: C5, BE and 00. RGB value is (197,190,0). Sum of RGB (Red+Green+Blue) = 197+190+0=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BE00 is #3A41FF. Grayscale: #ABABAB. Windows color (decimal): -3817984 or 48837. OLE color: 48837.

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

Color convert

RGB 197 190 0 -
CMYK 0 0.04 1 0.23
HSL 57.87º 1% 0.39% -
HSV(B) 57.87º 1% 0.77% -
XYZ 41.44 48.7 7.22 -
YUV 170.43 31.82 146.95 -
System Red Green Blue C M Y K H S L
Decimal 197 190 0 0 0.04 1 0.23 57.87 1 0.39
Hex C5 BE 0 0 4 64 17 3A 64 27
Octal 305 276 0 0 4 144 27 72 144 47
Binary 11000101 10111110 0 0 100 1100100 10111 111010 1100100 100111

Color Harmonies of #C5BE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE00

Black with #C5BE00

Text Example


Text Example

White with #C5BE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE00; }

 p { color: rgb(197,190,0); }

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

background-color css

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

 a { background-color: rgb(197,190,0); }

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

border-color css

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

 span { border-color: rgb(197,190,0); }

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