Html Css Color HEX #B6BA25 Rio Grande

📋 copy color: '#B6BA25'

red 182 ◦ green 186 ◦ blue 37

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

Shades of Rio Grande #B6BA25

Tints of Rio Grande #B6BA25

RGB

 RED value IS 182 (71.48% from 255) = 44.94%

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

 BLUE value IS 37 (14.84% from 255) = 9.14%

R = 44.94%
G = 45.93%
B = 9.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B6BA25 (or 0xB6BA25) is known color: Rio Grande. HEX triplet: B6, BA and 25. RGB value is (182,186,37). Sum of RGB (Red+Green+Blue) = 182+186+37=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BA25 is #4945DA. Grayscale: #A8A8A8. Windows color (decimal): -4802011 or 2472630. OLE color: 2472630.

HSL color Cylindrical-coordinate representation of color #B6BA25: hue angle of 61.61º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6BA25 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 186 37 -
CMYK 0.02 0 0.80 0.27
HSL 61.61º 0.67% 0.44% -
HSV(B) 61.61º 0.8% 0.73% -
XYZ 37.18 45.2 8.51 -
YUV 167.82 54.17 138.12 -
System Red Green Blue C M Y K H S L
Decimal 182 186 37 0.02 0 0.80 0.27 61.61 0.67 0.44
Hex B6 BA 25 2 0 50 1B 3E 43 2C
Octal 266 272 45 2 0 120 33 76 103 54
Binary 10110110 10111010 100101 10 0 1010000 11011 111110 1000011 101100

Color Harmonies of #B6BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA25

Black with #B6BA25

Text Example


Text Example

White with #B6BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA25; }

 p { color: rgb(182,186,37); }

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

background-color css

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

 a { background-color: rgb(182,186,37); }

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

border-color css

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

 span { border-color: rgb(182,186,37); }

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