Html Css Color HEX #B0BE4C Celery

📋 copy color: '#B0BE4C'

red 176 ◦ green 190 ◦ blue 76

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

Shades of Celery #B0BE4C

Tints of Celery #B0BE4C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.99%

 BLUE value IS 76 (30.08% from 255) = 17.19%

R = 39.82%
G = 42.99%
B = 17.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#B0BE4C (or 0xB0BE4C) is known color: Celery. HEX triplet: B0, BE and 4C. RGB value is (176,190,76). Sum of RGB (Red+Green+Blue) = 176+190+76=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE4C is #4F41B3. Grayscale: #ADADAD. Windows color (decimal): -5194164 or 5029552. OLE color: 5029552.

HSL color Cylindrical-coordinate representation of color #B0BE4C: hue angle of 67.37º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0BE4C is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 76 -
CMYK 0.07 0 0.60 0.25
HSL 67.37º 0.47% 0.52% -
HSV(B) 67.37º 0.6% 0.75% -
XYZ 37.62 46.58 13.85 -
YUV 172.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 176 190 76 0.07 0 0.60 0.25 67.37 0.47 0.52
Hex B0 BE 4C 7 0 3C 19 43 2F 34
Octal 260 276 114 7 0 74 31 103 57 64
Binary 10110000 10111110 1001100 111 0 111100 11001 1000011 101111 110100

Color Harmonies of #B0BE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE4C

Black with #B0BE4C

Text Example


Text Example

White with #B0BE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE4C; }

 p { color: rgb(176,190,76); }

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

background-color css

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

 a { background-color: rgb(176,190,76); }

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

border-color css

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

 span { border-color: rgb(176,190,76); }

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