Html Css Color HEX #B5C52B Rio Grande

📋 copy color: '#B5C52B'

red 181 ◦ green 197 ◦ blue 43

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

Shades of Rio Grande #B5C52B

Tints of Rio Grande #B5C52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.21%

R = 42.99%
G = 46.79%
B = 10.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#B5C52B (or 0xB5C52B) is known color: Rio Grande. HEX triplet: B5, C5 and 2B. RGB value is (181,197,43). Sum of RGB (Red+Green+Blue) = 181+197+43=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C52B is #4A3AD4. Grayscale: #AFAFAF. Windows color (decimal): -4864725 or 2868661. OLE color: 2868661.

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

Color convert

RGB 181 197 43 -
CMYK 0.08 0 0.78 0.23
HSL 66.23º 0.64% 0.47% -
HSV(B) 66.23º 0.78% 0.77% -
XYZ 39.46 49.93 9.84 -
YUV 174.66 53.7 132.52 -
System Red Green Blue C M Y K H S L
Decimal 181 197 43 0.08 0 0.78 0.23 66.23 0.64 0.47
Hex B5 C5 2B 8 0 4E 17 42 40 2F
Octal 265 305 53 10 0 116 27 102 100 57
Binary 10110101 11000101 101011 1000 0 1001110 10111 1000010 1000000 101111

Color Harmonies of #B5C52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C52B

Black with #B5C52B

Text Example


Text Example

White with #B5C52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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