Html Css Color HEX #C0CC21 Rio Grande

📋 copy color: '#C0CC21'

red 192 ◦ green 204 ◦ blue 33

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

Shades of Rio Grande #C0CC21

Tints of Rio Grande #C0CC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.69%

R = 44.76%
G = 47.55%
B = 7.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#C0CC21 (or 0xC0CC21) is known color: Rio Grande. HEX triplet: C0, CC and 21. RGB value is (192,204,33). Sum of RGB (Red+Green+Blue) = 192+204+33=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CC21 is #3F33DE. Grayscale: #B5B5B5. Windows color (decimal): -4142047 or 2215104. OLE color: 2215104.

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

Color convert

RGB 192 204 33 -
CMYK 0.06 0 0.84 0.2
HSL 64.21º 0.72% 0.46% -
HSV(B) 64.21º 0.84% 0.8% -
XYZ 43.61 54.5 9.66 -
YUV 180.92 44.52 135.9 -
System Red Green Blue C M Y K H S L
Decimal 192 204 33 0.06 0 0.84 0.2 64.21 0.72 0.46
Hex C0 CC 21 6 0 54 14 40 48 2E
Octal 300 314 41 6 0 124 24 100 110 56
Binary 11000000 11001100 100001 110 0 1010100 10100 1000000 1001000 101110

Color Harmonies of #C0CC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CC21

Black with #C0CC21

Text Example


Text Example

White with #C0CC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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