Html Css Color HEX #B5C51C Rio Grande

📋 copy color: '#B5C51C'

red 181 ◦ green 197 ◦ blue 28

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

Shades of Rio Grande #B5C51C

Tints of Rio Grande #B5C51C

RGB

 RED value IS 181 (71.09% from 255) = 44.58%

 GREEN value IS 197 (77.34% from 255) = 48.52%

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

R = 44.58%
G = 48.52%
B = 6.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#B5C51C (or 0xB5C51C) is known color: Rio Grande. HEX triplet: B5, C5 and 1C. RGB value is (181,197,28). Sum of RGB (Red+Green+Blue) = 181+197+28=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C51C is #4A3AE3. Grayscale: #ADADAD. Windows color (decimal): -4864740 or 1885621. OLE color: 1885621.

HSL color Cylindrical-coordinate representation of color #B5C51C: hue angle of 65.68º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5C51C is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 197 28 -
CMYK 0.08 0 0.86 0.23
HSL 65.68º 0.75% 0.44% -
HSV(B) 65.68º 0.86% 0.77% -
XYZ 39.23 49.84 8.65 -
YUV 172.95 46.2 133.74 -
System Red Green Blue C M Y K H S L
Decimal 181 197 28 0.08 0 0.86 0.23 65.68 0.75 0.44
Hex B5 C5 1C 8 0 56 17 42 4B 2C
Octal 265 305 34 10 0 126 27 102 113 54
Binary 10110101 11000101 11100 1000 0 1010110 10111 1000010 1001011 101100

Color Harmonies of #B5C51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C51C

Black with #B5C51C

Text Example


Text Example

White with #B5C51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C51C; }

 p { color: rgb(181,197,28); }

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

background-color css

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

 a { background-color: rgb(181,197,28); }

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

border-color css

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

 span { border-color: rgb(181,197,28); }

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