Html Css Color HEX #B0C030 Bahia

📋 copy color: '#B0C030'

red 176 ◦ green 192 ◦ blue 48

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

Shades of Bahia #B0C030

Tints of Bahia #B0C030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.15%

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 42.31%
G = 46.15%
B = 11.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#B0C030 (or 0xB0C030) is known color: Bahia. HEX triplet: B0, C0 and 30. RGB value is (176,192,48). Sum of RGB (Red+Green+Blue) = 176+192+48=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C030 is #4F3FCF. Grayscale: #ABABAB. Windows color (decimal): -5193680 or 3195056. OLE color: 3195056.

HSL color Cylindrical-coordinate representation of color #B0C030: hue angle of 66.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0C030 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 48 -
CMYK 0.08 0 0.75 0.25
HSL 66.67º 0.6% 0.47% -
HSV(B) 66.67º 0.75% 0.75% -
XYZ 37.29 47.14 9.93 -
YUV 170.8 58.7 131.71 -
System Red Green Blue C M Y K H S L
Decimal 176 192 48 0.08 0 0.75 0.25 66.67 0.6 0.47
Hex B0 C0 30 8 0 4B 19 43 3C 2F
Octal 260 300 60 10 0 113 31 103 74 57
Binary 10110000 11000000 110000 1000 0 1001011 11001 1000011 111100 101111

Color Harmonies of #B0C030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C030

Black with #B0C030

Text Example


Text Example

White with #B0C030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C030; }

 p { color: rgb(176,192,48); }

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

background-color css

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

 a { background-color: rgb(176,192,48); }

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

border-color css

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

 span { border-color: rgb(176,192,48); }

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