Html Css Color HEX #B0BE3F Celery

📋 copy color: '#B0BE3F'

red 176 ◦ green 190 ◦ blue 63

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

Shades of Celery #B0BE3F

Tints of Celery #B0BE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.69%

R = 41.03%
G = 44.29%
B = 14.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#B0BE3F (or 0xB0BE3F) is known color: Celery. HEX triplet: B0, BE and 3F. RGB value is (176,190,63). Sum of RGB (Red+Green+Blue) = 176+190+63=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE3F is #4F41C0. Grayscale: #ABABAB. Windows color (decimal): -5194177 or 4177584. OLE color: 4177584.

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

Color convert

RGB 176 190 63 -
CMYK 0.07 0 0.67 0.25
HSL 66.61º 0.5% 0.5% -
HSV(B) 66.61º 0.67% 0.75% -
XYZ 37.22 46.42 11.7 -
YUV 171.34 66.86 131.33 -
System Red Green Blue C M Y K H S L
Decimal 176 190 63 0.07 0 0.67 0.25 66.61 0.5 0.5
Hex B0 BE 3F 7 0 43 19 43 32 32
Octal 260 276 77 7 0 103 31 103 62 62
Binary 10110000 10111110 111111 111 0 1000011 11001 1000011 110010 110010

Color Harmonies of #B0BE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE3F

Black with #B0BE3F

Text Example


Text Example

White with #B0BE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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