Html Css Color HEX #C4CB1C Rio Grande

📋 copy color: '#C4CB1C'

red 196 ◦ green 203 ◦ blue 28

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

Shades of Rio Grande #C4CB1C

Tints of Rio Grande #C4CB1C

RGB

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

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

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

R = 45.9%
G = 47.54%
B = 6.56%

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

#C4CB1C (or 0xC4CB1C) is known color: Rio Grande. HEX triplet: C4, CB and 1C. RGB value is (196,203,28). Sum of RGB (Red+Green+Blue) = 196+203+28=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CB1C is #3B34E3. Grayscale: #B5B5B5. Windows color (decimal): -3880164 or 1887172. OLE color: 1887172.

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

Color convert

RGB 196 203 28 -
CMYK 0.03 0 0.86 0.20
HSL 62.4º 0.76% 0.45% -
HSV(B) 62.4º 0.86% 0.8% -
XYZ 44.33 54.53 9.29 -
YUV 180.96 41.68 138.73 -
System Red Green Blue C M Y K H S L
Decimal 196 203 28 0.03 0 0.86 0.20 62.4 0.76 0.45
Hex C4 CB 1C 3 0 56 14 3E 4C 2D
Octal 304 313 34 3 0 126 24 76 114 55
Binary 11000100 11001011 11100 11 0 1010110 10100 111110 1001100 101101

Color Harmonies of #C4CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CB1C

Black with #C4CB1C

Text Example


Text Example

White with #C4CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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