Html Css Color HEX #B0C93C Celery

📋 copy color: '#B0C93C'

red 176 ◦ green 201 ◦ blue 60

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

Shades of Celery #B0C93C

Tints of Celery #B0C93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.73%

R = 40.27%
G = 46%
B = 13.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#B0C93C (or 0xB0C93C) is known color: Celery. HEX triplet: B0, C9 and 3C. RGB value is (176,201,60). Sum of RGB (Red+Green+Blue) = 176+201+60=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C93C is #4F36C3. Grayscale: #B1B1B1. Windows color (decimal): -5191364 or 3983792. OLE color: 3983792.

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

Color convert

RGB 176 201 60 -
CMYK 0.12 0 0.70 0.21
HSL 70.64º 0.57% 0.51% -
HSV(B) 70.64º 0.7% 0.79% -
XYZ 39.61 51.33 12.1 -
YUV 177.45 61.72 126.96 -
System Red Green Blue C M Y K H S L
Decimal 176 201 60 0.12 0 0.70 0.21 70.64 0.57 0.51
Hex B0 C9 3C C 0 46 15 47 39 33
Octal 260 311 74 14 0 106 25 107 71 63
Binary 10110000 11001001 111100 1100 0 1000110 10101 1000111 111001 110011

Color Harmonies of #B0C93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C93C

Black with #B0C93C

Text Example


Text Example

White with #B0C93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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