Html Css Color HEX #B0C641 Celery

📋 copy color: '#B0C641'

red 176 ◦ green 198 ◦ blue 65

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

Shades of Celery #B0C641

Tints of Celery #B0C641

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.1%

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

R = 40.09%
G = 45.1%
B = 14.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#B0C641 (or 0xB0C641) is known color: Celery. HEX triplet: B0, C6 and 41. RGB value is (176,198,65). Sum of RGB (Red+Green+Blue) = 176+198+65=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C641 is #4F39BE. Grayscale: #B0B0B0. Windows color (decimal): -5192127 or 4310704. OLE color: 4310704.

HSL color Cylindrical-coordinate representation of color #B0C641: hue angle of 69.92º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0C641 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 65 -
CMYK 0.11 0 0.67 0.22
HSL 69.92º 0.54% 0.52% -
HSV(B) 69.92º 0.67% 0.78% -
XYZ 39.05 50 12.59 -
YUV 176.26 65.21 127.81 -
System Red Green Blue C M Y K H S L
Decimal 176 198 65 0.11 0 0.67 0.22 69.92 0.54 0.52
Hex B0 C6 41 B 0 43 16 46 36 34
Octal 260 306 101 13 0 103 26 106 66 64
Binary 10110000 11000110 1000001 1011 0 1000011 10110 1000110 110110 110100

Color Harmonies of #B0C641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C641

Black with #B0C641

Text Example


Text Example

White with #B0C641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C641; }

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

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

background-color css

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

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

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

border-color css

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

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

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