Html Css Color HEX #B2BA1D Bahia

📋 copy color: '#B2BA1D'

red 178 ◦ green 186 ◦ blue 29

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

Shades of Bahia #B2BA1D

Tints of Bahia #B2BA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.33%

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

R = 45.29%
G = 47.33%
B = 7.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B2BA1D (or 0xB2BA1D) is known color: Bahia. HEX triplet: B2, BA and 1D. RGB value is (178,186,29). Sum of RGB (Red+Green+Blue) = 178+186+29=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA1D is #4D45E2. Grayscale: #A6A6A6. Windows color (decimal): -5064163 or 1948338. OLE color: 1948338.

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

Color convert

RGB 178 186 29 -
CMYK 0.04 0 0.84 0.27
HSL 63.06º 0.73% 0.42% -
HSV(B) 63.06º 0.84% 0.73% -
XYZ 36.14 44.67 7.88 -
YUV 165.71 50.85 136.77 -
System Red Green Blue C M Y K H S L
Decimal 178 186 29 0.04 0 0.84 0.27 63.06 0.73 0.42
Hex B2 BA 1D 4 0 54 1B 3F 49 2A
Octal 262 272 35 4 0 124 33 77 111 52
Binary 10110010 10111010 11101 100 0 1010100 11011 111111 1001001 101010

Color Harmonies of #B2BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA1D

Black with #B2BA1D

Text Example


Text Example

White with #B2BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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