Html Css Color HEX #B2BE32 Bahia

📋 copy color: '#B2BE32'

red 178 ◦ green 190 ◦ blue 50

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

Shades of Bahia #B2BE32

Tints of Bahia #B2BE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.96%

R = 42.58%
G = 45.45%
B = 11.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B2BE32 (or 0xB2BE32) is known color: Bahia. HEX triplet: B2, BE and 32. RGB value is (178,190,50). Sum of RGB (Red+Green+Blue) = 178+190+50=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE32 is #4D41CD. Grayscale: #ABABAB. Windows color (decimal): -5063118 or 3325618. OLE color: 3325618.

HSL color Cylindrical-coordinate representation of color #B2BE32: hue angle of 65.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2BE32 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 50 -
CMYK 0.06 0 0.74 0.25
HSL 65.14º 0.58% 0.47% -
HSV(B) 65.14º 0.74% 0.75% -
XYZ 37.35 46.52 10.03 -
YUV 170.45 60.02 133.38 -
System Red Green Blue C M Y K H S L
Decimal 178 190 50 0.06 0 0.74 0.25 65.14 0.58 0.47
Hex B2 BE 32 6 0 4A 19 41 3A 2F
Octal 262 276 62 6 0 112 31 101 72 57
Binary 10110010 10111110 110010 110 0 1001010 11001 1000001 111010 101111

Color Harmonies of #B2BE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE32

Black with #B2BE32

Text Example


Text Example

White with #B2BE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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