Html Css Color HEX #B0BE1F Bahia

📋 copy color: '#B0BE1F'

red 176 ◦ green 190 ◦ blue 31

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

Shades of Bahia #B0BE1F

Tints of Bahia #B0BE1F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.86%

 BLUE value IS 31 (12.5% from 255) = 7.81%

R = 44.33%
G = 47.86%
B = 7.81%

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

#B0BE1F (or 0xB0BE1F) is known color: Bahia. HEX triplet: B0, BE and 1F. RGB value is (176,190,31). Sum of RGB (Red+Green+Blue) = 176+190+31=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE1F is #4F41E0. Grayscale: #A8A8A8. Windows color (decimal): -5194209 or 2080432. OLE color: 2080432.

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

Color convert

RGB 176 190 31 -
CMYK 0.07 0 0.84 0.25
HSL 65.28º 0.72% 0.43% -
HSV(B) 65.28º 0.84% 0.75% -
XYZ 36.57 46.16 8.28 -
YUV 167.69 50.86 133.93 -
System Red Green Blue C M Y K H S L
Decimal 176 190 31 0.07 0 0.84 0.25 65.28 0.72 0.43
Hex B0 BE 1F 7 0 54 19 41 48 2B
Octal 260 276 37 7 0 124 31 101 110 53
Binary 10110000 10111110 11111 111 0 1010100 11001 1000001 1001000 101011

Color Harmonies of #B0BE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE1F

Black with #B0BE1F

Text Example


Text Example

White with #B0BE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE1F; }

 p { color: rgb(176,190,31); }

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

background-color css

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

 a { background-color: rgb(176,190,31); }

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

border-color css

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

 span { border-color: rgb(176,190,31); }

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