Html Css Color HEX #B0BC23 Bahia

📋 copy color: '#B0BC23'

red 176 ◦ green 188 ◦ blue 35

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

Shades of Bahia #B0BC23

Tints of Bahia #B0BC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.77%

R = 44.11%
G = 47.12%
B = 8.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#B0BC23 (or 0xB0BC23) is known color: Bahia. HEX triplet: B0, BC and 23. RGB value is (176,188,35). Sum of RGB (Red+Green+Blue) = 176+188+35=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC23 is #4F43DC. Grayscale: #A7A7A7. Windows color (decimal): -5194717 or 2342064. OLE color: 2342064.

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

Color convert

RGB 176 188 35 -
CMYK 0.06 0 0.81 0.26
HSL 64.71º 0.69% 0.44% -
HSV(B) 64.71º 0.81% 0.74% -
XYZ 36.19 45.32 8.43 -
YUV 166.97 53.52 134.44 -
System Red Green Blue C M Y K H S L
Decimal 176 188 35 0.06 0 0.81 0.26 64.71 0.69 0.44
Hex B0 BC 23 6 0 51 1A 41 45 2C
Octal 260 274 43 6 0 121 32 101 105 54
Binary 10110000 10111100 100011 110 0 1010001 11010 1000001 1000101 101100

Color Harmonies of #B0BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC23

Black with #B0BC23

Text Example


Text Example

White with #B0BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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