Html Css Color HEX #C2CC23 Rio Grande

📋 copy color: '#C2CC23'

red 194 ◦ green 204 ◦ blue 35

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

Shades of Rio Grande #C2CC23

Tints of Rio Grande #C2CC23

RGB

 RED value IS 194 (76.17% from 255) = 44.8%

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

 BLUE value IS 35 (14.06% from 255) = 8.08%

R = 44.8%
G = 47.11%
B = 8.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#C2CC23 (or 0xC2CC23) is known color: Rio Grande. HEX triplet: C2, CC and 23. RGB value is (194,204,35). Sum of RGB (Red+Green+Blue) = 194+204+35=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC23 is #3D33DC. Grayscale: #B6B6B6. Windows color (decimal): -4010973 or 2346178. OLE color: 2346178.

HSL color Cylindrical-coordinate representation of color #C2CC23: hue angle of 63.55º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2CC23 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 35 -
CMYK 0.05 0 0.83 0.2
HSL 63.55º 0.71% 0.47% -
HSV(B) 63.55º 0.83% 0.8% -
XYZ 44.14 54.78 9.84 -
YUV 181.74 45.19 136.74 -
System Red Green Blue C M Y K H S L
Decimal 194 204 35 0.05 0 0.83 0.2 63.55 0.71 0.47
Hex C2 CC 23 5 0 53 14 40 47 2F
Octal 302 314 43 5 0 123 24 100 107 57
Binary 11000010 11001100 100011 101 0 1010011 10100 1000000 1000111 101111

Color Harmonies of #C2CC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CC23

Black with #C2CC23

Text Example


Text Example

White with #C2CC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CC23; }

 p { color: rgb(194,204,35); }

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

background-color css

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

 a { background-color: rgb(194,204,35); }

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

border-color css

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

 span { border-color: rgb(194,204,35); }

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