Html Css Color HEX #B2B81D Bahia

📋 copy color: '#B2B81D'

red 178 ◦ green 184 ◦ blue 29

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

Shades of Bahia #B2B81D

Tints of Bahia #B2B81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.42%

R = 45.52%
G = 47.06%
B = 7.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B2B81D (or 0xB2B81D) is known color: Bahia. HEX triplet: B2, B8 and 1D. RGB value is (178,184,29). Sum of RGB (Red+Green+Blue) = 178+184+29=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B81D is #4D47E2. Grayscale: #A5A5A5. Windows color (decimal): -5064675 or 1947826. OLE color: 1947826.

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

Color convert

RGB 178 184 29 -
CMYK 0.03 0 0.84 0.28
HSL 62.32º 0.73% 0.42% -
HSV(B) 62.32º 0.84% 0.72% -
XYZ 35.72 43.83 7.74 -
YUV 164.54 51.51 137.6 -
System Red Green Blue C M Y K H S L
Decimal 178 184 29 0.03 0 0.84 0.28 62.32 0.73 0.42
Hex B2 B8 1D 3 0 54 1C 3E 49 2A
Octal 262 270 35 3 0 124 34 76 111 52
Binary 10110010 10111000 11101 11 0 1010100 11100 111110 1001001 101010

Color Harmonies of #B2B81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B81D

Black with #B2B81D

Text Example


Text Example

White with #B2B81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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