Html Css Color HEX #B5C826 Rio Grande

📋 copy color: '#B5C826'

red 181 ◦ green 200 ◦ blue 38

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

Shades of Rio Grande #B5C826

Tints of Rio Grande #B5C826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.07%

R = 43.2%
G = 47.73%
B = 9.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#B5C826 (or 0xB5C826) is known color: Rio Grande. HEX triplet: B5, C8 and 26. RGB value is (181,200,38). Sum of RGB (Red+Green+Blue) = 181+200+38=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C826 is #4A37D9. Grayscale: #B0B0B0. Windows color (decimal): -4863962 or 2541749. OLE color: 2541749.

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

Color convert

RGB 181 200 38 -
CMYK 0.09 0 0.81 0.22
HSL 67.04º 0.68% 0.47% -
HSV(B) 67.04º 0.81% 0.78% -
XYZ 40.06 51.27 9.62 -
YUV 175.85 50.21 131.67 -
System Red Green Blue C M Y K H S L
Decimal 181 200 38 0.09 0 0.81 0.22 67.04 0.68 0.47
Hex B5 C8 26 9 0 51 16 43 44 2F
Octal 265 310 46 11 0 121 26 103 104 57
Binary 10110101 11001000 100110 1001 0 1010001 10110 1000011 1000100 101111

Color Harmonies of #B5C826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C826

Black with #B5C826

Text Example


Text Example

White with #B5C826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C826; }

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

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

background-color css

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

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

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

border-color css

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

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

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