Html Css Color HEX #B4BA25 Rio Grande

📋 copy color: '#B4BA25'

red 180 ◦ green 186 ◦ blue 37

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

Shades of Rio Grande #B4BA25

Tints of Rio Grande #B4BA25

RGB

 RED value IS 180 (70.7% from 255) = 44.67%

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

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

R = 44.67%
G = 46.15%
B = 9.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B4BA25 (or 0xB4BA25) is known color: Rio Grande. HEX triplet: B4, BA and 25. RGB value is (180,186,37). Sum of RGB (Red+Green+Blue) = 180+186+37=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA25 is #4B45DA. Grayscale: #A7A7A7. Windows color (decimal): -4933083 or 2472628. OLE color: 2472628.

HSL color Cylindrical-coordinate representation of color #B4BA25: hue angle of 62.42º 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 #B4BA25 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 186 37 -
CMYK 0.03 0 0.80 0.27
HSL 62.42º 0.67% 0.44% -
HSV(B) 62.42º 0.8% 0.73% -
XYZ 36.72 44.95 8.49 -
YUV 167.22 54.51 137.12 -
System Red Green Blue C M Y K H S L
Decimal 180 186 37 0.03 0 0.80 0.27 62.42 0.67 0.44
Hex B4 BA 25 3 0 50 1B 3E 43 2C
Octal 264 272 45 3 0 120 33 76 103 54
Binary 10110100 10111010 100101 11 0 1010000 11011 111110 1000011 101100

Color Harmonies of #B4BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BA25

Black with #B4BA25

Text Example


Text Example

White with #B4BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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