Html Css Color HEX #B5C82B Rio Grande

📋 copy color: '#B5C82B'

red 181 ◦ green 200 ◦ blue 43

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

Shades of Rio Grande #B5C82B

Tints of Rio Grande #B5C82B

RGB

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

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

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

R = 42.69%
G = 47.17%
B = 10.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#B5C82B (or 0xB5C82B) is known color: Rio Grande. HEX triplet: B5, C8 and 2B. RGB value is (181,200,43). Sum of RGB (Red+Green+Blue) = 181+200+43=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C82B is #4A37D4. Grayscale: #B1B1B1. Windows color (decimal): -4863957 or 2869429. OLE color: 2869429.

HSL color Cylindrical-coordinate representation of color #B5C82B: hue angle of 67.26º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5C82B is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 200 43 -
CMYK 0.09 0 0.78 0.22
HSL 67.26º 0.65% 0.48% -
HSV(B) 67.26º 0.79% 0.78% -
XYZ 40.15 51.31 10.07 -
YUV 176.42 52.71 131.27 -
System Red Green Blue C M Y K H S L
Decimal 181 200 43 0.09 0 0.78 0.22 67.26 0.65 0.48
Hex B5 C8 2B 9 0 4E 16 43 41 30
Octal 265 310 53 11 0 116 26 103 101 60
Binary 10110101 11001000 101011 1001 0 1001110 10110 1000011 1000001 110000

Color Harmonies of #B5C82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C82B

Black with #B5C82B

Text Example


Text Example

White with #B5C82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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