Html Css Color HEX #B0CF3F Celery

📋 copy color: '#B0CF3F'

red 176 ◦ green 207 ◦ blue 63

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

Shades of Celery #B0CF3F

Tints of Celery #B0CF3F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.41%

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

R = 39.46%
G = 46.41%
B = 14.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#B0CF3F (or 0xB0CF3F) is known color: Celery. HEX triplet: B0, CF and 3F. RGB value is (176,207,63). Sum of RGB (Red+Green+Blue) = 176+207+63=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CF3F is #4F30C0. Grayscale: #B5B5B5. Windows color (decimal): -5189825 or 4181936. OLE color: 4181936.

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

Color convert

RGB 176 207 63 -
CMYK 0.15 0 0.70 0.19
HSL 72.92º 0.6% 0.53% -
HSV(B) 72.92º 0.7% 0.81% -
XYZ 41.11 54.21 13 -
YUV 181.32 61.23 124.21 -
System Red Green Blue C M Y K H S L
Decimal 176 207 63 0.15 0 0.70 0.19 72.92 0.6 0.53
Hex B0 CF 3F F 0 46 13 49 3C 35
Octal 260 317 77 17 0 106 23 111 74 65
Binary 10110000 11001111 111111 1111 0 1000110 10011 1001001 111100 110101

Color Harmonies of #B0CF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF3F

Black with #B0CF3F

Text Example


Text Example

White with #B0CF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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