Html Css Color HEX #B0C83C Celery

📋 copy color: '#B0C83C'

red 176 ◦ green 200 ◦ blue 60

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

Shades of Celery #B0C83C

Tints of Celery #B0C83C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

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

R = 40.37%
G = 45.87%
B = 13.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#B0C83C (or 0xB0C83C) is known color: Celery. HEX triplet: B0, C8 and 3C. RGB value is (176,200,60). Sum of RGB (Red+Green+Blue) = 176+200+60=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C83C is #4F37C3. Grayscale: #B1B1B1. Windows color (decimal): -5191620 or 3983536. OLE color: 3983536.

HSL color Cylindrical-coordinate representation of color #B0C83C: hue angle of 70.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0C83C is Cyan = 0.12, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 60 -
CMYK 0.12 0 0.7 0.22
HSL 70.29º 0.56% 0.51% -
HSV(B) 70.29º 0.7% 0.78% -
XYZ 39.37 50.86 12.02 -
YUV 176.86 62.05 127.38 -
System Red Green Blue C M Y K H S L
Decimal 176 200 60 0.12 0 0.7 0.22 70.29 0.56 0.51
Hex B0 C8 3C C 0 46 16 46 38 33
Octal 260 310 74 14 0 106 26 106 70 63
Binary 10110000 11001000 111100 1100 0 1000110 10110 1000110 111000 110011

Color Harmonies of #B0C83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C83C

Black with #B0C83C

Text Example


Text Example

White with #B0C83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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