Html Css Color HEX #B0BF44 Celery

📋 copy color: '#B0BF44'

red 176 ◦ green 191 ◦ blue 68

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

Shades of Celery #B0BF44

Tints of Celery #B0BF44

RGB

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

 GREEN value IS 191 (75% from 255) = 43.91%

 BLUE value IS 68 (26.95% from 255) = 15.63%

R = 40.46%
G = 43.91%
B = 15.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#B0BF44 (or 0xB0BF44) is known color: Celery. HEX triplet: B0, BF and 44. RGB value is (176,191,68). Sum of RGB (Red+Green+Blue) = 176+191+68=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF44 is #4F40BB. Grayscale: #ACACAC. Windows color (decimal): -5193916 or 4505520. OLE color: 4505520.

HSL color Cylindrical-coordinate representation of color #B0BF44: hue angle of 67.32º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0BF44 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 68 -
CMYK 0.08 0 0.64 0.25
HSL 67.32º 0.49% 0.51% -
HSV(B) 67.32º 0.64% 0.75% -
XYZ 37.58 46.91 12.54 -
YUV 172.49 69.03 130.5 -
System Red Green Blue C M Y K H S L
Decimal 176 191 68 0.08 0 0.64 0.25 67.32 0.49 0.51
Hex B0 BF 44 8 0 40 19 43 31 33
Octal 260 277 104 10 0 100 31 103 61 63
Binary 10110000 10111111 1000100 1000 0 1000000 11001 1000011 110001 110011

Color Harmonies of #B0BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF44

Black with #B0BF44

Text Example


Text Example

White with #B0BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF44; }

 p { color: rgb(176,191,68); }

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

background-color css

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

 a { background-color: rgb(176,191,68); }

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

border-color css

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

 span { border-color: rgb(176,191,68); }

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