Html Css Color HEX #B0C128 Bahia

📋 copy color: '#B0C128'

red 176 ◦ green 193 ◦ blue 40

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

Shades of Bahia #B0C128

Tints of Bahia #B0C128

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.19%

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

R = 43.03%
G = 47.19%
B = 9.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#B0C128 (or 0xB0C128) is known color: Bahia. HEX triplet: B0, C1 and 28. RGB value is (176,193,40). Sum of RGB (Red+Green+Blue) = 176+193+40=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C128 is #4F3ED7. Grayscale: #ABABAB. Windows color (decimal): -5193432 or 2671024. OLE color: 2671024.

HSL color Cylindrical-coordinate representation of color #B0C128: hue angle of 66.67º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0C128 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 193 40 -
CMYK 0.09 0 0.79 0.24
HSL 66.67º 0.66% 0.46% -
HSV(B) 66.67º 0.79% 0.76% -
XYZ 37.36 47.52 9.21 -
YUV 170.48 54.37 131.94 -
System Red Green Blue C M Y K H S L
Decimal 176 193 40 0.09 0 0.79 0.24 66.67 0.66 0.46
Hex B0 C1 28 9 0 4F 18 43 42 2E
Octal 260 301 50 11 0 117 30 103 102 56
Binary 10110000 11000001 101000 1001 0 1001111 11000 1000011 1000010 101110

Color Harmonies of #B0C128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C128

Black with #B0C128

Text Example


Text Example

White with #B0C128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C128; }

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

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

background-color css

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

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

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

border-color css

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

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

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