Html Css Color HEX #B2BC2E Bahia

📋 copy color: '#B2BC2E'

red 178 ◦ green 188 ◦ blue 46

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

Shades of Bahia #B2BC2E

Tints of Bahia #B2BC2E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.63%

 BLUE value IS 46 (18.36% from 255) = 11.17%

R = 43.2%
G = 45.63%
B = 11.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#B2BC2E (or 0xB2BC2E) is known color: Bahia. HEX triplet: B2, BC and 2E. RGB value is (178,188,46). Sum of RGB (Red+Green+Blue) = 178+188+46=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC2E is #4D43D1. Grayscale: #A9A9A9. Windows color (decimal): -5063634 or 3062962. OLE color: 3062962.

HSL color Cylindrical-coordinate representation of color #B2BC2E: hue angle of 64.23º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2BC2E is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 46 -
CMYK 0.05 0 0.76 0.26
HSL 64.23º 0.61% 0.46% -
HSV(B) 64.23º 0.76% 0.74% -
XYZ 36.84 45.63 9.45 -
YUV 168.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 178 188 46 0.05 0 0.76 0.26 64.23 0.61 0.46
Hex B2 BC 2E 5 0 4C 1A 40 3D 2E
Octal 262 274 56 5 0 114 32 100 75 56
Binary 10110010 10111100 101110 101 0 1001100 11010 1000000 111101 101110

Color Harmonies of #B2BC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC2E

Black with #B2BC2E

Text Example


Text Example

White with #B2BC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC2E; }

 p { color: rgb(178,188,46); }

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

background-color css

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

 a { background-color: rgb(178,188,46); }

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

border-color css

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

 span { border-color: rgb(178,188,46); }

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