Html Css Color HEX #B4BD31 Bahia

📋 copy color: '#B4BD31'

red 180 ◦ green 189 ◦ blue 49

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

Shades of Bahia #B4BD31

Tints of Bahia #B4BD31

RGB

 RED value IS 180 (70.7% from 255) = 43.06%

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

 BLUE value IS 49 (19.53% from 255) = 11.72%

R = 43.06%
G = 45.22%
B = 11.72%

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

#B4BD31 (or 0xB4BD31) is known color: Bahia. HEX triplet: B4, BD and 31. RGB value is (180,189,49). Sum of RGB (Red+Green+Blue) = 180+189+49=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD31 is #4B42CE. Grayscale: #AAAAAA. Windows color (decimal): -4932303 or 3259828. OLE color: 3259828.

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

Color convert

RGB 180 189 49 -
CMYK 0.05 0 0.74 0.26
HSL 63.86º 0.59% 0.47% -
HSV(B) 63.86º 0.74% 0.74% -
XYZ 37.57 46.32 9.87 -
YUV 170.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 180 189 49 0.05 0 0.74 0.26 63.86 0.59 0.47
Hex B4 BD 31 5 0 4A 1A 40 3B 2F
Octal 264 275 61 5 0 112 32 100 73 57
Binary 10110100 10111101 110001 101 0 1001010 11010 1000000 111011 101111

Color Harmonies of #B4BD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD31

Black with #B4BD31

Text Example


Text Example

White with #B4BD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD31; }

 p { color: rgb(180,189,49); }

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

background-color css

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

 a { background-color: rgb(180,189,49); }

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

border-color css

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

 span { border-color: rgb(180,189,49); }

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