Html Css Color HEX #B2BE2B Bahia

📋 copy color: '#B2BE2B'

red 178 ◦ green 190 ◦ blue 43

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

Shades of Bahia #B2BE2B

Tints of Bahia #B2BE2B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.23%

 BLUE value IS 43 (17.19% from 255) = 10.46%

R = 43.31%
G = 46.23%
B = 10.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#B2BE2B (or 0xB2BE2B) is known color: Bahia. HEX triplet: B2, BE and 2B. RGB value is (178,190,43). Sum of RGB (Red+Green+Blue) = 178+190+43=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE2B is #4D41D4. Grayscale: #AAAAAA. Windows color (decimal): -5063125 or 2866866. OLE color: 2866866.

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

Color convert

RGB 178 190 43 -
CMYK 0.06 0 0.77 0.25
HSL 64.9º 0.63% 0.46% -
HSV(B) 64.9º 0.77% 0.75% -
XYZ 37.21 46.47 9.29 -
YUV 169.65 56.52 133.95 -
System Red Green Blue C M Y K H S L
Decimal 178 190 43 0.06 0 0.77 0.25 64.9 0.63 0.46
Hex B2 BE 2B 6 0 4D 19 41 3F 2E
Octal 262 276 53 6 0 115 31 101 77 56
Binary 10110010 10111110 101011 110 0 1001101 11001 1000001 111111 101110

Color Harmonies of #B2BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE2B

Black with #B2BE2B

Text Example


Text Example

White with #B2BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE2B; }

 p { color: rgb(178,190,43); }

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

background-color css

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

 a { background-color: rgb(178,190,43); }

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

border-color css

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

 span { border-color: rgb(178,190,43); }

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