Html Css Color HEX #C5CE0C La Rioja

📋 copy color: '#C5CE0C'

red 197 ◦ green 206 ◦ blue 12

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

Shades of La Rioja #C5CE0C

Tints of La Rioja #C5CE0C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.64%

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 47.47%
G = 49.64%
B = 2.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#C5CE0C (or 0xC5CE0C) is known color: La Rioja. HEX triplet: C5, CE and 0C. RGB value is (197,206,12). Sum of RGB (Red+Green+Blue) = 197+206+12=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CE0C is #3A31F3. Grayscale: #B5B5B5. Windows color (decimal): -3813876 or 839365. OLE color: 839365.

HSL color Cylindrical-coordinate representation of color #C5CE0C: hue angle of 62.78º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5CE0C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 206 12 -
CMYK 0.04 0 0.94 0.19
HSL 62.78º 0.89% 0.43% -
HSV(B) 62.78º 0.94% 0.81% -
XYZ 45.16 56.04 8.78 -
YUV 181.19 32.52 139.27 -
System Red Green Blue C M Y K H S L
Decimal 197 206 12 0.04 0 0.94 0.19 62.78 0.89 0.43
Hex C5 CE C 4 0 5E 13 3F 59 2B
Octal 305 316 14 4 0 136 23 77 131 53
Binary 11000101 11001110 1100 100 0 1011110 10011 111111 1011001 101011

Color Harmonies of #C5CE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CE0C

Black with #C5CE0C

Text Example


Text Example

White with #C5CE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CE0C; }

 p { color: rgb(197,206,12); }

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

background-color css

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

 a { background-color: rgb(197,206,12); }

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

border-color css

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

 span { border-color: rgb(197,206,12); }

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