Html Css Color HEX #B0C13B Celery

📋 copy color: '#B0C13B'

red 176 ◦ green 193 ◦ blue 59

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

Shades of Celery #B0C13B

Tints of Celery #B0C13B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.09%

 BLUE value IS 59 (23.44% from 255) = 13.79%

R = 41.12%
G = 45.09%
B = 13.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#B0C13B (or 0xB0C13B) is known color: Celery. HEX triplet: B0, C1 and 3B. RGB value is (176,193,59). Sum of RGB (Red+Green+Blue) = 176+193+59=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C13B is #4F3EC4. Grayscale: #ADADAD. Windows color (decimal): -5193413 or 3916208. OLE color: 3916208.

HSL color Cylindrical-coordinate representation of color #B0C13B: hue angle of 67.61º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0C13B is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 193 59 -
CMYK 0.09 0 0.69 0.24
HSL 67.61º 0.53% 0.49% -
HSV(B) 67.61º 0.69% 0.76% -
XYZ 37.76 47.69 11.35 -
YUV 172.64 63.87 130.4 -
System Red Green Blue C M Y K H S L
Decimal 176 193 59 0.09 0 0.69 0.24 67.61 0.53 0.49
Hex B0 C1 3B 9 0 45 18 44 35 31
Octal 260 301 73 11 0 105 30 104 65 61
Binary 10110000 11000001 111011 1001 0 1000101 11000 1000100 110101 110001

Color Harmonies of #B0C13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C13B

Black with #B0C13B

Text Example


Text Example

White with #B0C13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C13B; }

 p { color: rgb(176,193,59); }

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

background-color css

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

 a { background-color: rgb(176,193,59); }

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

border-color css

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

 span { border-color: rgb(176,193,59); }

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