Html Css Color HEX #C0D602 La Rioja

📋 copy color: '#C0D602'

red 192 ◦ green 214 ◦ blue 2

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

Shades of La Rioja #C0D602

Tints of La Rioja #C0D602

RGB

 RED value IS 192 (75.39% from 255) = 47.06%

 GREEN value IS 214 (83.98% from 255) = 52.45%

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

R = 47.06%
G = 52.45%
B = 0.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#C0D602 (or 0xC0D602) is known color: La Rioja. HEX triplet: C0, D6 and 02. RGB value is (192,214,2). Sum of RGB (Red+Green+Blue) = 192+214+2=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D602 is #3F29FD. Grayscale: #B8B8B8. Windows color (decimal): -4139518 or 186048. OLE color: 186048.

HSL color Cylindrical-coordinate representation of color #C0D602: hue angle of 66.23º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0D602 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 2 -
CMYK 0.10 0 0.99 0.16
HSL 66.23º 0.98% 0.42% -
HSV(B) 66.23º 0.99% 0.84% -
XYZ 45.8 59.3 9.09 -
YUV 183.25 25.71 134.24 -
System Red Green Blue C M Y K H S L
Decimal 192 214 2 0.10 0 0.99 0.16 66.23 0.98 0.42
Hex C0 D6 2 A 0 63 10 42 62 2A
Octal 300 326 2 12 0 143 20 102 142 52
Binary 11000000 11010110 10 1010 0 1100011 10000 1000010 1100010 101010

Color Harmonies of #C0D602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D602

Black with #C0D602

Text Example


Text Example

White with #C0D602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D602; }

 p { color: rgb(192,214,2); }

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

background-color css

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

 a { background-color: rgb(192,214,2); }

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

border-color css

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

 span { border-color: rgb(192,214,2); }

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