Html Css Color HEX #C4CF12 Rio Grande

📋 copy color: '#C4CF12'

red 196 ◦ green 207 ◦ blue 18

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

Shades of Rio Grande #C4CF12

Tints of Rio Grande #C4CF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.28%

R = 46.56%
G = 49.17%
B = 4.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#C4CF12 (or 0xC4CF12) is known color: Rio Grande. HEX triplet: C4, CF and 12. RGB value is (196,207,18). Sum of RGB (Red+Green+Blue) = 196+207+18=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CF12 is #3B30ED. Grayscale: #B6B6B6. Windows color (decimal): -3879150 or 1232836. OLE color: 1232836.

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

Color convert

RGB 196 207 18 -
CMYK 0.05 0 0.91 0.19
HSL 63.49º 0.84% 0.44% -
HSV(B) 63.49º 0.91% 0.81% -
XYZ 45.19 56.41 9.08 -
YUV 182.17 35.36 137.87 -
System Red Green Blue C M Y K H S L
Decimal 196 207 18 0.05 0 0.91 0.19 63.49 0.84 0.44
Hex C4 CF 12 5 0 5B 13 3F 54 2C
Octal 304 317 22 5 0 133 23 77 124 54
Binary 11000100 11001111 10010 101 0 1011011 10011 111111 1010100 101100

Color Harmonies of #C4CF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CF12

Black with #C4CF12

Text Example


Text Example

White with #C4CF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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