Html Css Color HEX #B3BD32 Bahia

📋 copy color: '#B3BD32'

red 179 ◦ green 189 ◦ blue 50

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

Shades of Bahia #B3BD32

Tints of Bahia #B3BD32

RGB

 RED value IS 179 (70.31% from 255) = 42.82%

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

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

R = 42.82%
G = 45.22%
B = 11.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#B3BD32 (or 0xB3BD32) is known color: Bahia. HEX triplet: B3, BD and 32. RGB value is (179,189,50). Sum of RGB (Red+Green+Blue) = 179+189+50=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BD32 is #4C42CD. Grayscale: #AAAAAA. Windows color (decimal): -4997838 or 3325363. OLE color: 3325363.

HSL color Cylindrical-coordinate representation of color #B3BD32: hue angle of 64.32º 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 #B3BD32 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 189 50 -
CMYK 0.05 0 0.74 0.26
HSL 64.32º 0.58% 0.47% -
HSV(B) 64.32º 0.74% 0.74% -
XYZ 37.36 46.21 9.97 -
YUV 170.16 60.19 134.3 -
System Red Green Blue C M Y K H S L
Decimal 179 189 50 0.05 0 0.74 0.26 64.32 0.58 0.47
Hex B3 BD 32 5 0 4A 1A 40 3A 2F
Octal 263 275 62 5 0 112 32 100 72 57
Binary 10110011 10111101 110010 101 0 1001010 11010 1000000 111010 101111

Color Harmonies of #B3BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD32

Black with #B3BD32

Text Example


Text Example

White with #B3BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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