Html Css Color HEX #C8D00C La Rioja

📋 copy color: '#C8D00C'

red 200 ◦ green 208 ◦ blue 12

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

Shades of La Rioja #C8D00C

Tints of La Rioja #C8D00C

RGB

 RED value IS 200 (78.52% from 255) = 47.62%

 GREEN value IS 208 (81.64% from 255) = 49.52%

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

R = 47.62%
G = 49.52%
B = 2.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#C8D00C (or 0xC8D00C) is known color: La Rioja. HEX triplet: C8, D0 and 0C. RGB value is (200,208,12). Sum of RGB (Red+Green+Blue) = 200+208+12=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D00C is #372FF3. Grayscale: #B8B8B8. Windows color (decimal): -3616756 or 839880. OLE color: 839880.

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

Color convert

RGB 200 208 12 -
CMYK 0.04 0 0.94 0.18
HSL 62.45º 0.89% 0.43% -
HSV(B) 62.45º 0.94% 0.82% -
XYZ 46.44 57.42 8.98 -
YUV 183.26 31.35 139.94 -
System Red Green Blue C M Y K H S L
Decimal 200 208 12 0.04 0 0.94 0.18 62.45 0.89 0.43
Hex C8 D0 C 4 0 5E 12 3E 59 2B
Octal 310 320 14 4 0 136 22 76 131 53
Binary 11001000 11010000 1100 100 0 1011110 10010 111110 1011001 101011

Color Harmonies of #C8D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D00C

Black with #C8D00C

Text Example


Text Example

White with #C8D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D00C; }

 p { color: rgb(200,208,12); }

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

background-color css

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

 a { background-color: rgb(200,208,12); }

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

border-color css

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

 span { border-color: rgb(200,208,12); }

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