Html Css Color HEX #B0BD1C Bahia

📋 copy color: '#B0BD1C'

red 176 ◦ green 189 ◦ blue 28

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

Shades of Bahia #B0BD1C

Tints of Bahia #B0BD1C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.09%

 BLUE value IS 28 (11.33% from 255) = 7.12%

R = 44.78%
G = 48.09%
B = 7.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#B0BD1C (or 0xB0BD1C) is known color: Bahia. HEX triplet: B0, BD and 1C. RGB value is (176,189,28). Sum of RGB (Red+Green+Blue) = 176+189+28=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD1C is #4F42E3. Grayscale: #A7A7A7. Windows color (decimal): -5194468 or 1883568. OLE color: 1883568.

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

Color convert

RGB 176 189 28 -
CMYK 0.07 0 0.85 0.26
HSL 64.84º 0.74% 0.43% -
HSV(B) 64.84º 0.85% 0.74% -
XYZ 36.31 45.71 8.01 -
YUV 166.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 176 189 28 0.07 0 0.85 0.26 64.84 0.74 0.43
Hex B0 BD 1C 7 0 55 1A 41 4A 2B
Octal 260 275 34 7 0 125 32 101 112 53
Binary 10110000 10111101 11100 111 0 1010101 11010 1000001 1001010 101011

Color Harmonies of #B0BD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD1C

Black with #B0BD1C

Text Example


Text Example

White with #B0BD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD1C; }

 p { color: rgb(176,189,28); }

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

background-color css

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

 a { background-color: rgb(176,189,28); }

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

border-color css

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

 span { border-color: rgb(176,189,28); }

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