Html Css Color HEX #B0B148 Celery

📋 copy color: '#B0B148'

red 176 ◦ green 177 ◦ blue 72

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

Shades of Celery #B0B148

Tints of Celery #B0B148

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.65%

 BLUE value IS 72 (28.52% from 255) = 16.94%

R = 41.41%
G = 41.65%
B = 16.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B0B148 (or 0xB0B148) is known color: Celery. HEX triplet: B0, B1 and 48. RGB value is (176,177,72). Sum of RGB (Red+Green+Blue) = 176+177+72=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B148 is #4F4EB7. Grayscale: #A5A5A5. Windows color (decimal): -5197496 or 4764080. OLE color: 4764080.

HSL color Cylindrical-coordinate representation of color #B0B148: hue angle of 60.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0B148 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 72 -
CMYK 0.01 0 0.59 0.31
HSL 60.57º 0.42% 0.49% -
HSV(B) 60.57º 0.59% 0.69% -
XYZ 34.8 41.14 12.24 -
YUV 164.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 176 177 72 0.01 0 0.59 0.31 60.57 0.42 0.49
Hex B0 B1 48 1 0 3B 1F 3D 2A 31
Octal 260 261 110 1 0 73 37 75 52 61
Binary 10110000 10110001 1001000 1 0 111011 11111 111101 101010 110001

Color Harmonies of #B0B148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B148

Black with #B0B148

Text Example


Text Example

White with #B0B148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B148; }

 p { color: rgb(176,177,72); }

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

background-color css

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

 a { background-color: rgb(176,177,72); }

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

border-color css

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

 span { border-color: rgb(176,177,72); }

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