Html Css Color HEX #B2BD2E Bahia

📋 copy color: '#B2BD2E'

red 178 ◦ green 189 ◦ blue 46

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

Shades of Bahia #B2BD2E

Tints of Bahia #B2BD2E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.76%

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

R = 43.1%
G = 45.76%
B = 11.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#B2BD2E (or 0xB2BD2E) is known color: Bahia. HEX triplet: B2, BD and 2E. RGB value is (178,189,46). Sum of RGB (Red+Green+Blue) = 178+189+46=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD2E is #4D42D1. Grayscale: #A9A9A9. Windows color (decimal): -5063378 or 3063218. OLE color: 3063218.

HSL color Cylindrical-coordinate representation of color #B2BD2E: hue angle of 64.62º 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 #B2BD2E is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 46 -
CMYK 0.06 0 0.76 0.26
HSL 64.62º 0.61% 0.46% -
HSV(B) 64.62º 0.76% 0.74% -
XYZ 37.05 46.06 9.52 -
YUV 169.41 58.36 134.13 -
System Red Green Blue C M Y K H S L
Decimal 178 189 46 0.06 0 0.76 0.26 64.62 0.61 0.46
Hex B2 BD 2E 6 0 4C 1A 41 3D 2E
Octal 262 275 56 6 0 114 32 101 75 56
Binary 10110010 10111101 101110 110 0 1001100 11010 1000001 111101 101110

Color Harmonies of #B2BD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD2E

Black with #B2BD2E

Text Example


Text Example

White with #B2BD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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