Html Css Color HEX #B2BF2A Bahia

📋 copy color: '#B2BF2A'

red 178 ◦ green 191 ◦ blue 42

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

Shades of Bahia #B2BF2A

Tints of Bahia #B2BF2A

RGB

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

 GREEN value IS 191 (75% from 255) = 46.47%

 BLUE value IS 42 (16.8% from 255) = 10.22%

R = 43.31%
G = 46.47%
B = 10.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#B2BF2A (or 0xB2BF2A) is known color: Bahia. HEX triplet: B2, BF and 2A. RGB value is (178,191,42). Sum of RGB (Red+Green+Blue) = 178+191+42=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF2A is #4D40D5. Grayscale: #AAAAAA. Windows color (decimal): -5062870 or 2801586. OLE color: 2801586.

HSL color Cylindrical-coordinate representation of color #B2BF2A: hue angle of 65.23º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2BF2A is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 42 -
CMYK 0.07 0 0.78 0.25
HSL 65.23º 0.64% 0.46% -
HSV(B) 65.23º 0.78% 0.75% -
XYZ 37.41 46.89 9.27 -
YUV 170.13 55.69 133.62 -
System Red Green Blue C M Y K H S L
Decimal 178 191 42 0.07 0 0.78 0.25 65.23 0.64 0.46
Hex B2 BF 2A 7 0 4E 19 41 40 2E
Octal 262 277 52 7 0 116 31 101 100 56
Binary 10110010 10111111 101010 111 0 1001110 11001 1000001 1000000 101110

Color Harmonies of #B2BF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF2A

Black with #B2BF2A

Text Example


Text Example

White with #B2BF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF2A; }

 p { color: rgb(178,191,42); }

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

background-color css

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

 a { background-color: rgb(178,191,42); }

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

border-color css

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

 span { border-color: rgb(178,191,42); }

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