Html Css Color HEX #C2CB1C Rio Grande

📋 copy color: '#C2CB1C'

red 194 ◦ green 203 ◦ blue 28

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

Shades of Rio Grande #C2CB1C

Tints of Rio Grande #C2CB1C

RGB

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

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

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

R = 45.65%
G = 47.76%
B = 6.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#C2CB1C (or 0xC2CB1C) is known color: Rio Grande. HEX triplet: C2, CB and 1C. RGB value is (194,203,28). Sum of RGB (Red+Green+Blue) = 194+203+28=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CB1C is #3D34E3. Grayscale: #B5B5B5. Windows color (decimal): -4011236 or 1887170. OLE color: 1887170.

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

Color convert

RGB 194 203 28 -
CMYK 0.04 0 0.86 0.20
HSL 63.09º 0.76% 0.45% -
HSV(B) 63.09º 0.86% 0.8% -
XYZ 43.81 54.27 9.26 -
YUV 180.36 42.02 137.73 -
System Red Green Blue C M Y K H S L
Decimal 194 203 28 0.04 0 0.86 0.20 63.09 0.76 0.45
Hex C2 CB 1C 4 0 56 14 3F 4C 2D
Octal 302 313 34 4 0 126 24 77 114 55
Binary 11000010 11001011 11100 100 0 1010110 10100 111111 1001100 101101

Color Harmonies of #C2CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB1C

Black with #C2CB1C

Text Example


Text Example

White with #C2CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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