Html Css Color HEX #B0BD28 Bahia

📋 copy color: '#B0BD28'

red 176 ◦ green 189 ◦ blue 40

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

Shades of Bahia #B0BD28

Tints of Bahia #B0BD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.88%

R = 43.46%
G = 46.67%
B = 9.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#B0BD28 (or 0xB0BD28) is known color: Bahia. HEX triplet: B0, BD and 28. RGB value is (176,189,40). Sum of RGB (Red+Green+Blue) = 176+189+40=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD28 is #4F42D7. Grayscale: #A8A8A8. Windows color (decimal): -5194456 or 2670000. OLE color: 2670000.

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

Color convert

RGB 176 189 40 -
CMYK 0.07 0 0.79 0.26
HSL 65.23º 0.65% 0.45% -
HSV(B) 65.23º 0.79% 0.74% -
XYZ 36.49 45.78 8.92 -
YUV 168.13 55.69 133.62 -
System Red Green Blue C M Y K H S L
Decimal 176 189 40 0.07 0 0.79 0.26 65.23 0.65 0.45
Hex B0 BD 28 7 0 4F 1A 41 41 2D
Octal 260 275 50 7 0 117 32 101 101 55
Binary 10110000 10111101 101000 111 0 1001111 11010 1000001 1000001 101101

Color Harmonies of #B0BD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD28

Black with #B0BD28

Text Example


Text Example

White with #B0BD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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