Html Css Color HEX #B0BC33 Bahia

📋 copy color: '#B0BC33'

red 176 ◦ green 188 ◦ blue 51

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

Shades of Bahia #B0BC33

Tints of Bahia #B0BC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.3%

 BLUE value IS 51 (20.31% from 255) = 12.29%

R = 42.41%
G = 45.3%
B = 12.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#B0BC33 (or 0xB0BC33) is known color: Bahia. HEX triplet: B0, BC and 33. RGB value is (176,188,51). Sum of RGB (Red+Green+Blue) = 176+188+51=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC33 is #4F43CC. Grayscale: #A9A9A9. Windows color (decimal): -5194701 or 3390640. OLE color: 3390640.

HSL color Cylindrical-coordinate representation of color #B0BC33: hue angle of 65.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0BC33 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 188 51 -
CMYK 0.06 0 0.73 0.26
HSL 65.26º 0.57% 0.47% -
HSV(B) 65.26º 0.73% 0.74% -
XYZ 36.49 45.44 9.98 -
YUV 168.79 61.52 133.14 -
System Red Green Blue C M Y K H S L
Decimal 176 188 51 0.06 0 0.73 0.26 65.26 0.57 0.47
Hex B0 BC 33 6 0 49 1A 41 39 2F
Octal 260 274 63 6 0 111 32 101 71 57
Binary 10110000 10111100 110011 110 0 1001001 11010 1000001 111001 101111

Color Harmonies of #B0BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC33

Black with #B0BC33

Text Example


Text Example

White with #B0BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC33; }

 p { color: rgb(176,188,51); }

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

background-color css

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

 a { background-color: rgb(176,188,51); }

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

border-color css

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

 span { border-color: rgb(176,188,51); }

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