Html Css Color HEX #C4CE1B Rio Grande

📋 copy color: '#C4CE1B'

red 196 ◦ green 206 ◦ blue 27

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

Shades of Rio Grande #C4CE1B

Tints of Rio Grande #C4CE1B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.02%

 BLUE value IS 27 (10.94% from 255) = 6.29%

R = 45.69%
G = 48.02%
B = 6.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#C4CE1B (or 0xC4CE1B) is known color: Rio Grande. HEX triplet: C4, CE and 1B. RGB value is (196,206,27). Sum of RGB (Red+Green+Blue) = 196+206+27=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE1B is #3B31E4. Grayscale: #B7B7B7. Windows color (decimal): -3879397 or 1822404. OLE color: 1822404.

HSL color Cylindrical-coordinate representation of color #C4CE1B: hue angle of 63.35º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4CE1B is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 206 27 -
CMYK 0.05 0 0.87 0.19
HSL 63.35º 0.77% 0.46% -
HSV(B) 63.35º 0.87% 0.81% -
XYZ 45.03 55.96 9.46 -
YUV 182.6 40.19 137.55 -
System Red Green Blue C M Y K H S L
Decimal 196 206 27 0.05 0 0.87 0.19 63.35 0.77 0.46
Hex C4 CE 1B 5 0 57 13 3F 4D 2E
Octal 304 316 33 5 0 127 23 77 115 56
Binary 11000100 11001110 11011 101 0 1010111 10011 111111 1001101 101110

Color Harmonies of #C4CE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CE1B

Black with #C4CE1B

Text Example


Text Example

White with #C4CE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CE1B; }

 p { color: rgb(196,206,27); }

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

background-color css

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

 a { background-color: rgb(196,206,27); }

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

border-color css

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

 span { border-color: rgb(196,206,27); }

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