Html Css Color HEX #C2CB1D Rio Grande

📋 copy color: '#C2CB1D'

red 194 ◦ green 203 ◦ blue 29

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

Shades of Rio Grande #C2CB1D

Tints of Rio Grande #C2CB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.81%

R = 45.54%
G = 47.65%
B = 6.81%

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

#C2CB1D (or 0xC2CB1D) is known color: Rio Grande. HEX triplet: C2, CB and 1D. RGB value is (194,203,29). Sum of RGB (Red+Green+Blue) = 194+203+29=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CB1D is #3D34E2. Grayscale: #B5B5B5. Windows color (decimal): -4011235 or 1952706. OLE color: 1952706.

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

Color convert

RGB 194 203 29 -
CMYK 0.04 0 0.86 0.20
HSL 63.1º 0.75% 0.45% -
HSV(B) 63.1º 0.86% 0.8% -
XYZ 43.83 54.27 9.33 -
YUV 180.47 42.52 137.65 -
System Red Green Blue C M Y K H S L
Decimal 194 203 29 0.04 0 0.86 0.20 63.1 0.75 0.45
Hex C2 CB 1D 4 0 56 14 3F 4B 2D
Octal 302 313 35 4 0 126 24 77 113 55
Binary 11000010 11001011 11101 100 0 1010110 10100 111111 1001011 101101

Color Harmonies of #C2CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB1D

Black with #C2CB1D

Text Example


Text Example

White with #C2CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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