Html Css Color HEX #B0CE3F Celery

📋 copy color: '#B0CE3F'

red 176 ◦ green 206 ◦ blue 63

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

Shades of Celery #B0CE3F

Tints of Celery #B0CE3F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.29%

 BLUE value IS 63 (25% from 255) = 14.16%

R = 39.55%
G = 46.29%
B = 14.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#B0CE3F (or 0xB0CE3F) is known color: Celery. HEX triplet: B0, CE and 3F. RGB value is (176,206,63). Sum of RGB (Red+Green+Blue) = 176+206+63=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CE3F is #4F31C0. Grayscale: #B5B5B5. Windows color (decimal): -5190081 or 4181680. OLE color: 4181680.

HSL color Cylindrical-coordinate representation of color #B0CE3F: hue angle of 72.59º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0CE3F is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 63 -
CMYK 0.15 0 0.69 0.19
HSL 72.59º 0.59% 0.53% -
HSV(B) 72.59º 0.69% 0.81% -
XYZ 40.87 53.73 12.92 -
YUV 180.73 61.56 124.63 -
System Red Green Blue C M Y K H S L
Decimal 176 206 63 0.15 0 0.69 0.19 72.59 0.59 0.53
Hex B0 CE 3F F 0 45 13 49 3B 35
Octal 260 316 77 17 0 105 23 111 73 65
Binary 10110000 11001110 111111 1111 0 1000101 10011 1001001 111011 110101

Color Harmonies of #B0CE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CE3F

Black with #B0CE3F

Text Example


Text Example

White with #B0CE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CE3F; }

 p { color: rgb(176,206,63); }

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

background-color css

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

 a { background-color: rgb(176,206,63); }

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

border-color css

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

 span { border-color: rgb(176,206,63); }

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