Html Css Color HEX #B2B92F Bahia

📋 copy color: '#B2B92F'

red 178 ◦ green 185 ◦ blue 47

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

Shades of Bahia #B2B92F

Tints of Bahia #B2B92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.46%

R = 43.41%
G = 45.12%
B = 11.46%

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

#B2B92F (or 0xB2B92F) is known color: Bahia. HEX triplet: B2, B9 and 2F. RGB value is (178,185,47). Sum of RGB (Red+Green+Blue) = 178+185+47=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B92F is #4D46D0. Grayscale: #A7A7A7. Windows color (decimal): -5064401 or 3127730. OLE color: 3127730.

HSL color Cylindrical-coordinate representation of color #B2B92F: hue angle of 63.04º degrees, saturation: 0.59, 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 #B2B92F is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 47 -
CMYK 0.04 0 0.75 0.27
HSL 63.04º 0.59% 0.45% -
HSV(B) 63.04º 0.75% 0.73% -
XYZ 36.22 44.37 9.34 -
YUV 167.18 60.18 135.72 -
System Red Green Blue C M Y K H S L
Decimal 178 185 47 0.04 0 0.75 0.27 63.04 0.59 0.45
Hex B2 B9 2F 4 0 4B 1B 3F 3B 2D
Octal 262 271 57 4 0 113 33 77 73 55
Binary 10110010 10111001 101111 100 0 1001011 11011 111111 111011 101101

Color Harmonies of #B2B92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B92F

Black with #B2B92F

Text Example


Text Example

White with #B2B92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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