Html Css Color HEX #B0C948 Celery

📋 copy color: '#B0C948'

red 176 ◦ green 201 ◦ blue 72

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

Shades of Celery #B0C948

Tints of Celery #B0C948

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.77%

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

R = 39.2%
G = 44.77%
B = 16.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#B0C948 (or 0xB0C948) is known color: Celery. HEX triplet: B0, C9 and 48. RGB value is (176,201,72). Sum of RGB (Red+Green+Blue) = 176+201+72=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C948 is #4F36B7. Grayscale: #B3B3B3. Windows color (decimal): -5191352 or 4770224. OLE color: 4770224.

HSL color Cylindrical-coordinate representation of color #B0C948: hue angle of 71.63º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0C948 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 201 72 -
CMYK 0.12 0 0.64 0.21
HSL 71.63º 0.54% 0.54% -
HSV(B) 71.63º 0.64% 0.79% -
XYZ 39.96 51.47 13.96 -
YUV 178.82 67.72 125.99 -
System Red Green Blue C M Y K H S L
Decimal 176 201 72 0.12 0 0.64 0.21 71.63 0.54 0.54
Hex B0 C9 48 C 0 40 15 48 36 36
Octal 260 311 110 14 0 100 25 110 66 66
Binary 10110000 11001001 1001000 1100 0 1000000 10101 1001000 110110 110110

Color Harmonies of #B0C948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C948

Black with #B0C948

Text Example


Text Example

White with #B0C948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C948; }

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

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

background-color css

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

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

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

border-color css

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

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

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