Html Css Color HEX #B5C51B Rio Grande

📋 copy color: '#B5C51B'

red 181 ◦ green 197 ◦ blue 27

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

Shades of Rio Grande #B5C51B

Tints of Rio Grande #B5C51B

RGB

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

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

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

R = 44.69%
G = 48.64%
B = 6.67%

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

#B5C51B (or 0xB5C51B) is known color: Rio Grande. HEX triplet: B5, C5 and 1B. RGB value is (181,197,27). Sum of RGB (Red+Green+Blue) = 181+197+27=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C51B is #4A3AE4. Grayscale: #ADADAD. Windows color (decimal): -4864741 or 1820085. OLE color: 1820085.

HSL color Cylindrical-coordinate representation of color #B5C51B: hue angle of 65.65º degrees, saturation: 0.76, 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 #B5C51B is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 197 27 -
CMYK 0.08 0 0.86 0.23
HSL 65.65º 0.76% 0.44% -
HSV(B) 65.65º 0.86% 0.77% -
XYZ 39.22 49.84 8.59 -
YUV 172.84 45.7 133.82 -
System Red Green Blue C M Y K H S L
Decimal 181 197 27 0.08 0 0.86 0.23 65.65 0.76 0.44
Hex B5 C5 1B 8 0 56 17 42 4C 2C
Octal 265 305 33 10 0 126 27 102 114 54
Binary 10110101 11000101 11011 1000 0 1010110 10111 1000010 1001100 101100

Color Harmonies of #B5C51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C51B

Black with #B5C51B

Text Example


Text Example

White with #B5C51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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