Html Css Color HEX #B0BC1F Bahia

📋 copy color: '#B0BC1F'

red 176 ◦ green 188 ◦ blue 31

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

Shades of Bahia #B0BC1F

Tints of Bahia #B0BC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.59%

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

R = 44.56%
G = 47.59%
B = 7.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#B0BC1F (or 0xB0BC1F) is known color: Bahia. HEX triplet: B0, BC and 1F. RGB value is (176,188,31). Sum of RGB (Red+Green+Blue) = 176+188+31=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC1F is #4F43E0. Grayscale: #A7A7A7. Windows color (decimal): -5194721 or 2079920. OLE color: 2079920.

HSL color Cylindrical-coordinate representation of color #B0BC1F: hue angle of 64.59º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0BC1F is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 188 31 -
CMYK 0.06 0 0.84 0.26
HSL 64.59º 0.72% 0.43% -
HSV(B) 64.59º 0.84% 0.74% -
XYZ 36.14 45.3 8.13 -
YUV 166.51 51.52 134.77 -
System Red Green Blue C M Y K H S L
Decimal 176 188 31 0.06 0 0.84 0.26 64.59 0.72 0.43
Hex B0 BC 1F 6 0 54 1A 41 48 2B
Octal 260 274 37 6 0 124 32 101 110 53
Binary 10110000 10111100 11111 110 0 1010100 11010 1000001 1001000 101011

Color Harmonies of #B0BC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC1F

Black with #B0BC1F

Text Example


Text Example

White with #B0BC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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