Html Css Color HEX #C0CC1C Rio Grande

📋 copy color: '#C0CC1C'

red 192 ◦ green 204 ◦ blue 28

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

Shades of Rio Grande #C0CC1C

Tints of Rio Grande #C0CC1C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.11%

 BLUE value IS 28 (11.33% from 255) = 6.6%

R = 45.28%
G = 48.11%
B = 6.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#C0CC1C (or 0xC0CC1C) is known color: Rio Grande. HEX triplet: C0, CC and 1C. RGB value is (192,204,28). Sum of RGB (Red+Green+Blue) = 192+204+28=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CC1C is #3F33E3. Grayscale: #B5B5B5. Windows color (decimal): -4142052 or 1887424. OLE color: 1887424.

HSL color Cylindrical-coordinate representation of color #C0CC1C: hue angle of 64.09º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0CC1C is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 204 28 -
CMYK 0.06 0 0.86 0.2
HSL 64.09º 0.76% 0.45% -
HSV(B) 64.09º 0.86% 0.8% -
XYZ 43.54 54.48 9.32 -
YUV 180.35 42.02 136.31 -
System Red Green Blue C M Y K H S L
Decimal 192 204 28 0.06 0 0.86 0.2 64.09 0.76 0.45
Hex C0 CC 1C 6 0 56 14 40 4C 2D
Octal 300 314 34 6 0 126 24 100 114 55
Binary 11000000 11001100 11100 110 0 1010110 10100 1000000 1001100 101101

Color Harmonies of #C0CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CC1C

Black with #C0CC1C

Text Example


Text Example

White with #C0CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CC1C; }

 p { color: rgb(192,204,28); }

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

background-color css

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

 a { background-color: rgb(192,204,28); }

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

border-color css

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

 span { border-color: rgb(192,204,28); }

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