Html Css Color HEX #B2BD32 Bahia

📋 copy color: '#B2BD32'

red 178 ◦ green 189 ◦ blue 50

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

Shades of Bahia #B2BD32

Tints of Bahia #B2BD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

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

R = 42.69%
G = 45.32%
B = 11.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#B2BD32 (or 0xB2BD32) is known color: Bahia. HEX triplet: B2, BD and 32. RGB value is (178,189,50). Sum of RGB (Red+Green+Blue) = 178+189+50=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD32 is #4D42CD. Grayscale: #AAAAAA. Windows color (decimal): -5063374 or 3325362. OLE color: 3325362.

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

Color convert

RGB 178 189 50 -
CMYK 0.06 0 0.74 0.26
HSL 64.75º 0.58% 0.47% -
HSV(B) 64.75º 0.74% 0.74% -
XYZ 37.13 46.09 9.96 -
YUV 169.87 60.36 133.8 -
System Red Green Blue C M Y K H S L
Decimal 178 189 50 0.06 0 0.74 0.26 64.75 0.58 0.47
Hex B2 BD 32 6 0 4A 1A 41 3A 2F
Octal 262 275 62 6 0 112 32 101 72 57
Binary 10110010 10111101 110010 110 0 1001010 11010 1000001 111010 101111

Color Harmonies of #B2BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD32

Black with #B2BD32

Text Example


Text Example

White with #B2BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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