Html Css Color HEX #B2BE24 Bahia

📋 copy color: '#B2BE24'

red 178 ◦ green 190 ◦ blue 36

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

Shades of Bahia #B2BE24

Tints of Bahia #B2BE24

RGB

 RED value IS 178 (69.92% from 255) = 44.06%

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

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

R = 44.06%
G = 47.03%
B = 8.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#B2BE24 (or 0xB2BE24) is known color: Bahia. HEX triplet: B2, BE and 24. RGB value is (178,190,36). Sum of RGB (Red+Green+Blue) = 178+190+36=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE24 is #4D41DB. Grayscale: #A9A9A9. Windows color (decimal): -5063132 or 2408114. OLE color: 2408114.

HSL color Cylindrical-coordinate representation of color #B2BE24: hue angle of 64.68º 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 #B2BE24 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 36 -
CMYK 0.06 0 0.81 0.25
HSL 64.68º 0.68% 0.44% -
HSV(B) 64.68º 0.81% 0.75% -
XYZ 37.09 46.42 8.67 -
YUV 168.86 53.02 134.52 -
System Red Green Blue C M Y K H S L
Decimal 178 190 36 0.06 0 0.81 0.25 64.68 0.68 0.44
Hex B2 BE 24 6 0 51 19 41 44 2C
Octal 262 276 44 6 0 121 31 101 104 54
Binary 10110010 10111110 100100 110 0 1010001 11001 1000001 1000100 101100

Color Harmonies of #B2BE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE24

Black with #B2BE24

Text Example


Text Example

White with #B2BE24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE24; }

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

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

background-color css

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

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

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

border-color css

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

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

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