Html Css Color HEX #B0BF1E Bahia

📋 copy color: '#B0BF1E'

red 176 ◦ green 191 ◦ blue 30

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

Shades of Bahia #B0BF1E

Tints of Bahia #B0BF1E

RGB

 RED value IS 176 (69.14% from 255) = 44.33%

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

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

R = 44.33%
G = 48.11%
B = 7.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B0BF1E (or 0xB0BF1E) is known color: Bahia. HEX triplet: B0, BF and 1E. RGB value is (176,191,30). Sum of RGB (Red+Green+Blue) = 176+191+30=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF1E is #4F40E1. Grayscale: #A8A8A8. Windows color (decimal): -5193954 or 2015152. OLE color: 2015152.

HSL color Cylindrical-coordinate representation of color #B0BF1E: hue angle of 65.59º 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 #B0BF1E is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 30 -
CMYK 0.08 0 0.84 0.25
HSL 65.59º 0.73% 0.43% -
HSV(B) 65.59º 0.84% 0.75% -
XYZ 36.77 46.59 8.28 -
YUV 168.16 50.03 133.59 -
System Red Green Blue C M Y K H S L
Decimal 176 191 30 0.08 0 0.84 0.25 65.59 0.73 0.43
Hex B0 BF 1E 8 0 54 19 42 49 2B
Octal 260 277 36 10 0 124 31 102 111 53
Binary 10110000 10111111 11110 1000 0 1010100 11001 1000010 1001001 101011

Color Harmonies of #B0BF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF1E

Black with #B0BF1E

Text Example


Text Example

White with #B0BF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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