Html Css Color HEX #B2BC24 Bahia

📋 copy color: '#B2BC24'

red 178 ◦ green 188 ◦ blue 36

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

Shades of Bahia #B2BC24

Tints of Bahia #B2BC24

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.77%

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

R = 44.28%
G = 46.77%
B = 8.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#B2BC24 (or 0xB2BC24) is known color: Bahia. HEX triplet: B2, BC and 24. RGB value is (178,188,36). Sum of RGB (Red+Green+Blue) = 178+188+36=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC24 is #4D43DB. Grayscale: #A8A8A8. Windows color (decimal): -5063644 or 2407602. OLE color: 2407602.

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

Color convert

RGB 178 188 36 -
CMYK 0.05 0 0.81 0.26
HSL 63.95º 0.68% 0.44% -
HSV(B) 63.95º 0.81% 0.74% -
XYZ 36.66 45.56 8.53 -
YUV 167.68 53.69 135.36 -
System Red Green Blue C M Y K H S L
Decimal 178 188 36 0.05 0 0.81 0.26 63.95 0.68 0.44
Hex B2 BC 24 5 0 51 1A 40 44 2C
Octal 262 274 44 5 0 121 32 100 104 54
Binary 10110010 10111100 100100 101 0 1010001 11010 1000000 1000100 101100

Color Harmonies of #B2BC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC24

Black with #B2BC24

Text Example


Text Example

White with #B2BC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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