Html Css Color HEX #B0CF41 Celery

📋 copy color: '#B0CF41'

red 176 ◦ green 207 ◦ blue 65

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

Shades of Celery #B0CF41

Tints of Celery #B0CF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.51%

R = 39.29%
G = 46.21%
B = 14.51%

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

#B0CF41 (or 0xB0CF41) is known color: Celery. HEX triplet: B0, CF and 41. RGB value is (176,207,65). Sum of RGB (Red+Green+Blue) = 176+207+65=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CF41 is #4F30BE. Grayscale: #B6B6B6. Windows color (decimal): -5189823 or 4313008. OLE color: 4313008.

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

Color convert

RGB 176 207 65 -
CMYK 0.15 0 0.69 0.19
HSL 73.1º 0.6% 0.53% -
HSV(B) 73.1º 0.69% 0.81% -
XYZ 41.17 54.24 13.3 -
YUV 181.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 176 207 65 0.15 0 0.69 0.19 73.1 0.6 0.53
Hex B0 CF 41 F 0 45 13 49 3C 35
Octal 260 317 101 17 0 105 23 111 74 65
Binary 10110000 11001111 1000001 1111 0 1000101 10011 1001001 111100 110101

Color Harmonies of #B0CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF41

Black with #B0CF41

Text Example


Text Example

White with #B0CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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