Html Css Color HEX #B0C328 Bahia

📋 copy color: '#B0C328'

red 176 ◦ green 195 ◦ blue 40

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

Shades of Bahia #B0C328

Tints of Bahia #B0C328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.45%

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

R = 42.82%
G = 47.45%
B = 9.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#B0C328 (or 0xB0C328) is known color: Bahia. HEX triplet: B0, C3 and 28. RGB value is (176,195,40). Sum of RGB (Red+Green+Blue) = 176+195+40=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C328 is #4F3CD7. Grayscale: #ACACAC. Windows color (decimal): -5192920 or 2671536. OLE color: 2671536.

HSL color Cylindrical-coordinate representation of color #B0C328: hue angle of 67.35º 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 #B0C328 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 40 -
CMYK 0.10 0 0.79 0.24
HSL 67.35º 0.66% 0.46% -
HSV(B) 67.35º 0.79% 0.76% -
XYZ 37.8 48.41 9.36 -
YUV 171.65 53.71 131.1 -
System Red Green Blue C M Y K H S L
Decimal 176 195 40 0.10 0 0.79 0.24 67.35 0.66 0.46
Hex B0 C3 28 A 0 4F 18 43 42 2E
Octal 260 303 50 12 0 117 30 103 102 56
Binary 10110000 11000011 101000 1010 0 1001111 11000 1000011 1000010 101110

Color Harmonies of #B0C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C328

Black with #B0C328

Text Example


Text Example

White with #B0C328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C328; }

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

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

background-color css

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

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

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

border-color css

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

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

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