Html Css Color HEX #B2BF2F Bahia

📋 copy color: '#B2BF2F'

red 178 ◦ green 191 ◦ blue 47

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

Shades of Bahia #B2BF2F

Tints of Bahia #B2BF2F

RGB

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

 GREEN value IS 191 (75% from 255) = 45.91%

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

R = 42.79%
G = 45.91%
B = 11.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#B2BF2F (or 0xB2BF2F) is known color: Bahia. HEX triplet: B2, BF and 2F. RGB value is (178,191,47). Sum of RGB (Red+Green+Blue) = 178+191+47=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF2F is #4D40D0. Grayscale: #ABABAB. Windows color (decimal): -5062865 or 3129266. OLE color: 3129266.

HSL color Cylindrical-coordinate representation of color #B2BF2F: hue angle of 65.42º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2BF2F is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 47 -
CMYK 0.07 0 0.75 0.25
HSL 65.42º 0.61% 0.47% -
HSV(B) 65.42º 0.75% 0.75% -
XYZ 37.5 46.93 9.77 -
YUV 170.7 58.19 133.21 -
System Red Green Blue C M Y K H S L
Decimal 178 191 47 0.07 0 0.75 0.25 65.42 0.61 0.47
Hex B2 BF 2F 7 0 4B 19 41 3D 2F
Octal 262 277 57 7 0 113 31 101 75 57
Binary 10110010 10111111 101111 111 0 1001011 11001 1000001 111101 101111

Color Harmonies of #B2BF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF2F

Black with #B2BF2F

Text Example


Text Example

White with #B2BF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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