Html Css Color HEX #B4BE24 Rio Grande

📋 copy color: '#B4BE24'

red 180 ◦ green 190 ◦ blue 36

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

Shades of Rio Grande #B4BE24

Tints of Rio Grande #B4BE24

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.8%

 BLUE value IS 36 (14.45% from 255) = 8.87%

R = 44.33%
G = 46.8%
B = 8.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#B4BE24 (or 0xB4BE24) is known color: Rio Grande. HEX triplet: B4, BE and 24. RGB value is (180,190,36). Sum of RGB (Red+Green+Blue) = 180+190+36=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BE24 is #4B41DB. Grayscale: #AAAAAA. Windows color (decimal): -4932060 or 2408116. OLE color: 2408116.

HSL color Cylindrical-coordinate representation of color #B4BE24: hue angle of 63.9º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4BE24 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 190 36 -
CMYK 0.05 0 0.81 0.25
HSL 63.9º 0.68% 0.44% -
HSV(B) 63.9º 0.81% 0.75% -
XYZ 37.55 46.66 8.7 -
YUV 169.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 180 190 36 0.05 0 0.81 0.25 63.9 0.68 0.44
Hex B4 BE 24 5 0 51 19 40 44 2C
Octal 264 276 44 5 0 121 31 100 104 54
Binary 10110100 10111110 100100 101 0 1010001 11001 1000000 1000100 101100

Color Harmonies of #B4BE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BE24

Black with #B4BE24

Text Example


Text Example

White with #B4BE24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BE24; }

 p { color: rgb(180,190,36); }

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

background-color css

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

 a { background-color: rgb(180,190,36); }

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

border-color css

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

 span { border-color: rgb(180,190,36); }

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