Html Css Color HEX #C5C81B Rio Grande

📋 copy color: '#C5C81B'

red 197 ◦ green 200 ◦ blue 27

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

Shades of Rio Grande #C5C81B

Tints of Rio Grande #C5C81B

RGB

 RED value IS 197 (77.34% from 255) = 46.46%

 GREEN value IS 200 (78.52% from 255) = 47.17%

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

R = 46.46%
G = 47.17%
B = 6.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C5C81B (or 0xC5C81B) is known color: Rio Grande. HEX triplet: C5, C8 and 1B. RGB value is (197,200,27). Sum of RGB (Red+Green+Blue) = 197+200+27=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C81B is #3A37E4. Grayscale: #B4B4B4. Windows color (decimal): -3815397 or 1820869. OLE color: 1820869.

HSL color Cylindrical-coordinate representation of color #C5C81B: hue angle of 61.04º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5C81B is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 200 27 -
CMYK 0.02 0 0.86 0.22
HSL 61.04º 0.76% 0.45% -
HSV(B) 61.04º 0.87% 0.78% -
XYZ 43.88 53.26 9 -
YUV 179.38 42.01 140.57 -
System Red Green Blue C M Y K H S L
Decimal 197 200 27 0.02 0 0.86 0.22 61.04 0.76 0.45
Hex C5 C8 1B 2 0 56 16 3D 4C 2D
Octal 305 310 33 2 0 126 26 75 114 55
Binary 11000101 11001000 11011 10 0 1010110 10110 111101 1001100 101101

Color Harmonies of #C5C81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C81B

Black with #C5C81B

Text Example


Text Example

White with #C5C81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C81B; }

 p { color: rgb(197,200,27); }

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

background-color css

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

 a { background-color: rgb(197,200,27); }

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

border-color css

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

 span { border-color: rgb(197,200,27); }

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