Html Css Color HEX #B0BC1B Bahia

📋 copy color: '#B0BC1B'

red 176 ◦ green 188 ◦ blue 27

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

Shades of Bahia #B0BC1B

Tints of Bahia #B0BC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.91%

R = 45.01%
G = 48.08%
B = 6.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#B0BC1B (or 0xB0BC1B) is known color: Bahia. HEX triplet: B0, BC and 1B. RGB value is (176,188,27). Sum of RGB (Red+Green+Blue) = 176+188+27=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC1B is #4F43E4. Grayscale: #A6A6A6. Windows color (decimal): -5194725 or 1817776. OLE color: 1817776.

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

Color convert

RGB 176 188 27 -
CMYK 0.06 0 0.86 0.26
HSL 64.47º 0.75% 0.42% -
HSV(B) 64.47º 0.86% 0.74% -
XYZ 36.09 45.28 7.87 -
YUV 166.06 49.52 135.09 -
System Red Green Blue C M Y K H S L
Decimal 176 188 27 0.06 0 0.86 0.26 64.47 0.75 0.42
Hex B0 BC 1B 6 0 56 1A 40 4B 2A
Octal 260 274 33 6 0 126 32 100 113 52
Binary 10110000 10111100 11011 110 0 1010110 11010 1000000 1001011 101010

Color Harmonies of #B0BC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC1B

Black with #B0BC1B

Text Example


Text Example

White with #B0BC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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