Html Css Color HEX #B0C642 Celery

📋 copy color: '#B0C642'

red 176 ◦ green 198 ◦ blue 66

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

Shades of Celery #B0C642

Tints of Celery #B0C642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15%

R = 40%
G = 45%
B = 15%

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

#B0C642 (or 0xB0C642) is known color: Celery. HEX triplet: B0, C6 and 42. RGB value is (176,198,66). Sum of RGB (Red+Green+Blue) = 176+198+66=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C642 is #4F39BD. Grayscale: #B0B0B0. Windows color (decimal): -5192126 or 4376240. OLE color: 4376240.

HSL color Cylindrical-coordinate representation of color #B0C642: hue angle of 70º 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 #B0C642 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 66 -
CMYK 0.11 0 0.67 0.22
HSL 70º 0.54% 0.52% -
HSV(B) 70º 0.67% 0.78% -
XYZ 39.08 50.01 12.75 -
YUV 176.37 65.71 127.73 -
System Red Green Blue C M Y K H S L
Decimal 176 198 66 0.11 0 0.67 0.22 70 0.54 0.52
Hex B0 C6 42 B 0 43 16 46 36 34
Octal 260 306 102 13 0 103 26 106 66 64
Binary 10110000 11000110 1000010 1011 0 1000011 10110 1000110 110110 110100

Color Harmonies of #B0C642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C642

Black with #B0C642

Text Example


Text Example

White with #B0C642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C642; }

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

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

background-color css

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

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

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

border-color css

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

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

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