Html Css Color HEX #B2B92E Bahia

📋 copy color: '#B2B92E'

red 178 ◦ green 185 ◦ blue 46

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

Shades of Bahia #B2B92E

Tints of Bahia #B2B92E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.23%

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

R = 43.52%
G = 45.23%
B = 11.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B2B92E (or 0xB2B92E) is known color: Bahia. HEX triplet: B2, B9 and 2E. RGB value is (178,185,46). Sum of RGB (Red+Green+Blue) = 178+185+46=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B92E is #4D46D1. Grayscale: #A7A7A7. Windows color (decimal): -5064402 or 3062194. OLE color: 3062194.

HSL color Cylindrical-coordinate representation of color #B2B92E: hue angle of 63.02º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2B92E is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 46 -
CMYK 0.04 0 0.75 0.27
HSL 63.02º 0.6% 0.45% -
HSV(B) 63.02º 0.75% 0.73% -
XYZ 36.2 44.36 9.24 -
YUV 167.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 178 185 46 0.04 0 0.75 0.27 63.02 0.6 0.45
Hex B2 B9 2E 4 0 4B 1B 3F 3C 2D
Octal 262 271 56 4 0 113 33 77 74 55
Binary 10110010 10111001 101110 100 0 1001011 11011 111111 111100 101101

Color Harmonies of #B2B92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B92E

Black with #B2B92E

Text Example


Text Example

White with #B2B92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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