Html Css Color HEX #B0BF38 Celery

📋 copy color: '#B0BF38'

red 176 ◦ green 191 ◦ blue 56

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

Shades of Celery #B0BF38

Tints of Celery #B0BF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.24%

R = 41.61%
G = 45.15%
B = 13.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#B0BF38 (or 0xB0BF38) is known color: Celery. HEX triplet: B0, BF and 38. RGB value is (176,191,56). Sum of RGB (Red+Green+Blue) = 176+191+56=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF38 is #4F40C7. Grayscale: #ABABAB. Windows color (decimal): -5193928 or 3719088. OLE color: 3719088.

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

Color convert

RGB 176 191 56 -
CMYK 0.08 0 0.71 0.25
HSL 66.67º 0.55% 0.48% -
HSV(B) 66.67º 0.71% 0.75% -
XYZ 37.25 46.78 10.81 -
YUV 171.13 63.03 131.48 -
System Red Green Blue C M Y K H S L
Decimal 176 191 56 0.08 0 0.71 0.25 66.67 0.55 0.48
Hex B0 BF 38 8 0 47 19 43 37 30
Octal 260 277 70 10 0 107 31 103 67 60
Binary 10110000 10111111 111000 1000 0 1000111 11001 1000011 110111 110000

Color Harmonies of #B0BF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF38

Black with #B0BF38

Text Example


Text Example

White with #B0BF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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