Html Css Color HEX #B0C320 Bahia

📋 copy color: '#B0C320'

red 176 ◦ green 195 ◦ blue 32

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

Shades of Bahia #B0C320

Tints of Bahia #B0C320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.94%

R = 43.67%
G = 48.39%
B = 7.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#B0C320 (or 0xB0C320) is known color: Bahia. HEX triplet: B0, C3 and 20. RGB value is (176,195,32). Sum of RGB (Red+Green+Blue) = 176+195+32=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C320 is #4F3CDF. Grayscale: #ABABAB. Windows color (decimal): -5192928 or 2147248. OLE color: 2147248.

HSL color Cylindrical-coordinate representation of color #B0C320: hue angle of 66.99º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0C320 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 32 -
CMYK 0.10 0 0.84 0.24
HSL 66.99º 0.72% 0.45% -
HSV(B) 66.99º 0.84% 0.76% -
XYZ 37.68 48.36 8.72 -
YUV 170.74 49.71 131.75 -
System Red Green Blue C M Y K H S L
Decimal 176 195 32 0.10 0 0.84 0.24 66.99 0.72 0.45
Hex B0 C3 20 A 0 54 18 43 48 2D
Octal 260 303 40 12 0 124 30 103 110 55
Binary 10110000 11000011 100000 1010 0 1010100 11000 1000011 1001000 101101

Color Harmonies of #B0C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C320

Black with #B0C320

Text Example


Text Example

White with #B0C320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C320; }

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

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

background-color css

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

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

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

border-color css

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

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

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