Html Css Color HEX #C5BE02 La Rioja

📋 copy color: '#C5BE02'

red 197 ◦ green 190 ◦ blue 2

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

Shades of La Rioja #C5BE02

Tints of La Rioja #C5BE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 50.64%
G = 48.84%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C5BE02 (or 0xC5BE02) is known color: La Rioja. HEX triplet: C5, BE and 02. RGB value is (197,190,2). Sum of RGB (Red+Green+Blue) = 197+190+2=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BE02 is #3A41FD. Grayscale: #ABABAB. Windows color (decimal): -3817982 or 179909. OLE color: 179909.

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

Color convert

RGB 197 190 2 -
CMYK 0 0.04 0.99 0.23
HSL 57.85º 0.98% 0.39% -
HSV(B) 57.85º 0.99% 0.77% -
XYZ 41.45 48.7 7.27 -
YUV 170.66 32.82 146.79 -
System Red Green Blue C M Y K H S L
Decimal 197 190 2 0 0.04 0.99 0.23 57.85 0.98 0.39
Hex C5 BE 2 0 4 63 17 3A 62 27
Octal 305 276 2 0 4 143 27 72 142 47
Binary 11000101 10111110 10 0 100 1100011 10111 111010 1100010 100111

Color Harmonies of #C5BE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE02

Black with #C5BE02

Text Example


Text Example

White with #C5BE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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