Html Css Color HEX #BFC948 Celery

📋 copy color: '#BFC948'

red 191 ◦ green 201 ◦ blue 72

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

Shades of Celery #BFC948

Tints of Celery #BFC948

RGB

 RED value IS 191 (75% from 255) = 41.16%

 GREEN value IS 201 (78.91% from 255) = 43.32%

 BLUE value IS 72 (28.52% from 255) = 15.52%

R = 41.16%
G = 43.32%
B = 15.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#BFC948 (or 0xBFC948) is known color: Celery. HEX triplet: BF, C9 and 48. RGB value is (191,201,72). Sum of RGB (Red+Green+Blue) = 191+201+72=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC948 is #4036B7. Grayscale: #B7B7B7. Windows color (decimal): -4208312 or 4770239. OLE color: 4770239.

HSL color Cylindrical-coordinate representation of color #BFC948: hue angle of 64.65º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFC948 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 72 -
CMYK 0.05 0 0.64 0.21
HSL 64.65º 0.54% 0.54% -
HSV(B) 64.65º 0.64% 0.79% -
XYZ 43.54 53.32 14.13 -
YUV 183.3 65.19 133.49 -
System Red Green Blue C M Y K H S L
Decimal 191 201 72 0.05 0 0.64 0.21 64.65 0.54 0.54
Hex BF C9 48 5 0 40 15 41 36 36
Octal 277 311 110 5 0 100 25 101 66 66
Binary 10111111 11001001 1001000 101 0 1000000 10101 1000001 110110 110110

Color Harmonies of #BFC948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC948

Black with #BFC948

Text Example


Text Example

White with #BFC948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC948; }

 p { color: rgb(191,201,72); }

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

background-color css

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

 a { background-color: rgb(191,201,72); }

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

border-color css

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

 span { border-color: rgb(191,201,72); }

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