Html Css Color HEX #B0CF40 Celery

📋 copy color: '#B0CF40'

red 176 ◦ green 207 ◦ blue 64

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

Shades of Celery #B0CF40

Tints of Celery #B0CF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.32%

R = 39.37%
G = 46.31%
B = 14.32%

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

#B0CF40 (or 0xB0CF40) is known color: Celery. HEX triplet: B0, CF and 40. RGB value is (176,207,64). Sum of RGB (Red+Green+Blue) = 176+207+64=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CF40 is #4F30BF. Grayscale: #B5B5B5. Windows color (decimal): -5189824 or 4247472. OLE color: 4247472.

HSL color Cylindrical-coordinate representation of color #B0CF40: hue angle of 73.01º degrees, saturation: 0.6, 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 #B0CF40 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 64 -
CMYK 0.15 0 0.69 0.19
HSL 73.01º 0.6% 0.53% -
HSV(B) 73.01º 0.69% 0.81% -
XYZ 41.14 54.23 13.15 -
YUV 181.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 176 207 64 0.15 0 0.69 0.19 73.01 0.6 0.53
Hex B0 CF 40 F 0 45 13 49 3C 35
Octal 260 317 100 17 0 105 23 111 74 65
Binary 10110000 11001111 1000000 1111 0 1000101 10011 1001001 111100 110101

Color Harmonies of #B0CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF40

Black with #B0CF40

Text Example


Text Example

White with #B0CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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