Html Css Color HEX #C4CF11 Rio Grande

📋 copy color: '#C4CF11'

red 196 ◦ green 207 ◦ blue 17

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

Shades of Rio Grande #C4CF11

Tints of Rio Grande #C4CF11

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.29%

 BLUE value IS 17 (7.03% from 255) = 4.05%

R = 46.67%
G = 49.29%
B = 4.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#C4CF11 (or 0xC4CF11) is known color: Rio Grande. HEX triplet: C4, CF and 11. RGB value is (196,207,17). Sum of RGB (Red+Green+Blue) = 196+207+17=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CF11 is #3B30EE. Grayscale: #B6B6B6. Windows color (decimal): -3879151 or 1167300. OLE color: 1167300.

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

Color convert

RGB 196 207 17 -
CMYK 0.05 0 0.92 0.19
HSL 63.47º 0.85% 0.44% -
HSV(B) 63.47º 0.92% 0.81% -
XYZ 45.18 56.4 9.04 -
YUV 182.05 34.86 137.95 -
System Red Green Blue C M Y K H S L
Decimal 196 207 17 0.05 0 0.92 0.19 63.47 0.85 0.44
Hex C4 CF 11 5 0 5C 13 3F 55 2C
Octal 304 317 21 5 0 134 23 77 125 54
Binary 11000100 11001111 10001 101 0 1011100 10011 111111 1010101 101100

Color Harmonies of #C4CF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CF11

Black with #C4CF11

Text Example


Text Example

White with #C4CF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CF11; }

 p { color: rgb(196,207,17); }

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

background-color css

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

 a { background-color: rgb(196,207,17); }

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

border-color css

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

 span { border-color: rgb(196,207,17); }

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