Html Css Color HEX #B2B82D Bahia

📋 copy color: '#B2B82D'

red 178 ◦ green 184 ◦ blue 45

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

Shades of Bahia #B2B82D

Tints of Bahia #B2B82D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.21%

 BLUE value IS 45 (17.97% from 255) = 11.06%

R = 43.73%
G = 45.21%
B = 11.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B2B82D (or 0xB2B82D) is known color: Bahia. HEX triplet: B2, B8 and 2D. RGB value is (178,184,45). Sum of RGB (Red+Green+Blue) = 178+184+45=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B82D is #4D47D2. Grayscale: #A6A6A6. Windows color (decimal): -5064659 or 2996402. OLE color: 2996402.

HSL color Cylindrical-coordinate representation of color #B2B82D: hue angle of 62.59º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2B82D is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 184 45 -
CMYK 0.03 0 0.76 0.28
HSL 62.59º 0.61% 0.45% -
HSV(B) 62.59º 0.76% 0.72% -
XYZ 35.97 43.94 9.07 -
YUV 166.36 59.51 136.3 -
System Red Green Blue C M Y K H S L
Decimal 178 184 45 0.03 0 0.76 0.28 62.59 0.61 0.45
Hex B2 B8 2D 3 0 4C 1C 3F 3D 2D
Octal 262 270 55 3 0 114 34 77 75 55
Binary 10110010 10111000 101101 11 0 1001100 11100 111111 111101 101101

Color Harmonies of #B2B82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B82D

Black with #B2B82D

Text Example


Text Example

White with #B2B82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B82D; }

 p { color: rgb(178,184,45); }

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

background-color css

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

 a { background-color: rgb(178,184,45); }

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

border-color css

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

 span { border-color: rgb(178,184,45); }

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