Html Css Color HEX #C0D306 La Rioja

📋 copy color: '#C0D306'

red 192 ◦ green 211 ◦ blue 6

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

Shades of La Rioja #C0D306

Tints of La Rioja #C0D306

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.59%

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 46.94%
G = 51.59%
B = 1.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#C0D306 (or 0xC0D306) is known color: La Rioja. HEX triplet: C0, D3 and 06. RGB value is (192,211,6). Sum of RGB (Red+Green+Blue) = 192+211+6=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D306 is #3F2CF9. Grayscale: #B6B6B6. Windows color (decimal): -4140282 or 447424. OLE color: 447424.

HSL color Cylindrical-coordinate representation of color #C0D306: hue angle of 65.56º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0D306 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 211 6 -
CMYK 0.09 0 0.97 0.17
HSL 65.56º 0.94% 0.43% -
HSV(B) 65.56º 0.97% 0.83% -
XYZ 45.07 57.81 8.96 -
YUV 181.95 28.71 135.17 -
System Red Green Blue C M Y K H S L
Decimal 192 211 6 0.09 0 0.97 0.17 65.56 0.94 0.43
Hex C0 D3 6 9 0 61 11 42 5E 2B
Octal 300 323 6 11 0 141 21 102 136 53
Binary 11000000 11010011 110 1001 0 1100001 10001 1000010 1011110 101011

Color Harmonies of #C0D306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D306

Black with #C0D306

Text Example


Text Example

White with #C0D306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D306; }

 p { color: rgb(192,211,6); }

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

background-color css

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

 a { background-color: rgb(192,211,6); }

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

border-color css

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

 span { border-color: rgb(192,211,6); }

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