Html Css Color HEX #C2CB21 Rio Grande

📋 copy color: '#C2CB21'

red 194 ◦ green 203 ◦ blue 33

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

Shades of Rio Grande #C2CB21

Tints of Rio Grande #C2CB21

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.21%

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

R = 45.12%
G = 47.21%
B = 7.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#C2CB21 (or 0xC2CB21) is known color: Rio Grande. HEX triplet: C2, CB and 21. RGB value is (194,203,33). Sum of RGB (Red+Green+Blue) = 194+203+33=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CB21 is #3D34DE. Grayscale: #B5B5B5. Windows color (decimal): -4011231 or 2214850. OLE color: 2214850.

HSL color Cylindrical-coordinate representation of color #C2CB21: hue angle of 63.18º 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 #C2CB21 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 203 33 -
CMYK 0.04 0 0.84 0.20
HSL 63.18º 0.72% 0.46% -
HSV(B) 63.18º 0.84% 0.8% -
XYZ 43.88 54.29 9.61 -
YUV 180.93 44.52 137.32 -
System Red Green Blue C M Y K H S L
Decimal 194 203 33 0.04 0 0.84 0.20 63.18 0.72 0.46
Hex C2 CB 21 4 0 54 14 3F 48 2E
Octal 302 313 41 4 0 124 24 77 110 56
Binary 11000010 11001011 100001 100 0 1010100 10100 111111 1001000 101110

Color Harmonies of #C2CB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB21

Black with #C2CB21

Text Example


Text Example

White with #C2CB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB21; }

 p { color: rgb(194,203,33); }

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

background-color css

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

 a { background-color: rgb(194,203,33); }

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

border-color css

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

 span { border-color: rgb(194,203,33); }

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