Html Css Color HEX #B5BA23 Rio Grande

📋 copy color: '#B5BA23'

red 181 ◦ green 186 ◦ blue 35

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

Shades of Rio Grande #B5BA23

Tints of Rio Grande #B5BA23

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.27%

 BLUE value IS 35 (14.06% from 255) = 8.71%

R = 45.02%
G = 46.27%
B = 8.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B5BA23 (or 0xB5BA23) is known color: Rio Grande. HEX triplet: B5, BA and 23. RGB value is (181,186,35). Sum of RGB (Red+Green+Blue) = 181+186+35=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA23 is #4A45DC. Grayscale: #A7A7A7. Windows color (decimal): -4867549 or 2341557. OLE color: 2341557.

HSL color Cylindrical-coordinate representation of color #B5BA23: hue angle of 61.99º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5BA23 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 186 35 -
CMYK 0.03 0 0.81 0.27
HSL 61.99º 0.68% 0.43% -
HSV(B) 61.99º 0.81% 0.73% -
XYZ 36.92 45.06 8.34 -
YUV 167.29 53.34 137.78 -
System Red Green Blue C M Y K H S L
Decimal 181 186 35 0.03 0 0.81 0.27 61.99 0.68 0.43
Hex B5 BA 23 3 0 51 1B 3E 44 2B
Octal 265 272 43 3 0 121 33 76 104 53
Binary 10110101 10111010 100011 11 0 1010001 11011 111110 1000100 101011

Color Harmonies of #B5BA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA23

Black with #B5BA23

Text Example


Text Example

White with #B5BA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA23; }

 p { color: rgb(181,186,35); }

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

background-color css

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

 a { background-color: rgb(181,186,35); }

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

border-color css

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

 span { border-color: rgb(181,186,35); }

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