Html Css Color HEX #B2BE2A Bahia

📋 copy color: '#B2BE2A'

red 178 ◦ green 190 ◦ blue 42

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

Shades of Bahia #B2BE2A

Tints of Bahia #B2BE2A

RGB

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

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

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

R = 43.41%
G = 46.34%
B = 10.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#B2BE2A (or 0xB2BE2A) is known color: Bahia. HEX triplet: B2, BE and 2A. RGB value is (178,190,42). Sum of RGB (Red+Green+Blue) = 178+190+42=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE2A is #4D41D5. Grayscale: #AAAAAA. Windows color (decimal): -5063126 or 2801330. OLE color: 2801330.

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

Color convert

RGB 178 190 42 -
CMYK 0.06 0 0.78 0.25
HSL 64.86º 0.64% 0.45% -
HSV(B) 64.86º 0.78% 0.75% -
XYZ 37.19 46.46 9.2 -
YUV 169.54 56.02 134.03 -
System Red Green Blue C M Y K H S L
Decimal 178 190 42 0.06 0 0.78 0.25 64.86 0.64 0.45
Hex B2 BE 2A 6 0 4E 19 41 40 2D
Octal 262 276 52 6 0 116 31 101 100 55
Binary 10110010 10111110 101010 110 0 1001110 11001 1000001 1000000 101101

Color Harmonies of #B2BE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE2A

Black with #B2BE2A

Text Example


Text Example

White with #B2BE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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