Html Css Color HEX #B1BF1E Bahia

📋 copy color: '#B1BF1E'

red 177 ◦ green 191 ◦ blue 30

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

Shades of Bahia #B1BF1E

Tints of Bahia #B1BF1E

RGB

 RED value IS 177 (69.53% from 255) = 44.47%

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

 BLUE value IS 30 (12.11% from 255) = 7.54%

R = 44.47%
G = 47.99%
B = 7.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B1BF1E (or 0xB1BF1E) is known color: Bahia. HEX triplet: B1, BF and 1E. RGB value is (177,191,30). Sum of RGB (Red+Green+Blue) = 177+191+30=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BF1E is #4E40E1. Grayscale: #A9A9A9. Windows color (decimal): -5128418 or 2015153. OLE color: 2015153.

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

Color convert

RGB 177 191 30 -
CMYK 0.07 0 0.84 0.25
HSL 65.22º 0.73% 0.43% -
HSV(B) 65.22º 0.84% 0.75% -
XYZ 37 46.7 8.29 -
YUV 168.46 49.86 134.09 -
System Red Green Blue C M Y K H S L
Decimal 177 191 30 0.07 0 0.84 0.25 65.22 0.73 0.43
Hex B1 BF 1E 7 0 54 19 41 49 2B
Octal 261 277 36 7 0 124 31 101 111 53
Binary 10110001 10111111 11110 111 0 1010100 11001 1000001 1001001 101011

Color Harmonies of #B1BF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BF1E

Black with #B1BF1E

Text Example


Text Example

White with #B1BF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BF1E; }

 p { color: rgb(177,191,30); }

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

background-color css

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

 a { background-color: rgb(177,191,30); }

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

border-color css

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

 span { border-color: rgb(177,191,30); }

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