Html Css Color HEX #C4CB1D Rio Grande

📋 copy color: '#C4CB1D'

red 196 ◦ green 203 ◦ blue 29

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

Shades of Rio Grande #C4CB1D

Tints of Rio Grande #C4CB1D

RGB

 RED value IS 196 (76.95% from 255) = 45.79%

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

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

R = 45.79%
G = 47.43%
B = 6.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#C4CB1D (or 0xC4CB1D) is known color: Rio Grande. HEX triplet: C4, CB and 1D. RGB value is (196,203,29). Sum of RGB (Red+Green+Blue) = 196+203+29=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CB1D is #3B34E2. Grayscale: #B5B5B5. Windows color (decimal): -3880163 or 1952708. OLE color: 1952708.

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

Color convert

RGB 196 203 29 -
CMYK 0.03 0 0.86 0.20
HSL 62.41º 0.75% 0.45% -
HSV(B) 62.41º 0.86% 0.8% -
XYZ 44.34 54.54 9.35 -
YUV 181.07 42.18 138.65 -
System Red Green Blue C M Y K H S L
Decimal 196 203 29 0.03 0 0.86 0.20 62.41 0.75 0.45
Hex C4 CB 1D 3 0 56 14 3E 4B 2D
Octal 304 313 35 3 0 126 24 76 113 55
Binary 11000100 11001011 11101 11 0 1010110 10100 111110 1001011 101101

Color Harmonies of #C4CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CB1D

Black with #C4CB1D

Text Example


Text Example

White with #C4CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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