Html Css Color HEX #BFCD48 Celery

📋 copy color: '#BFCD48'

red 191 ◦ green 205 ◦ blue 72

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

Shades of Celery #BFCD48

Tints of Celery #BFCD48

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.8%

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

R = 40.81%
G = 43.8%
B = 15.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#BFCD48 (or 0xBFCD48) is known color: Celery. HEX triplet: BF, CD and 48. RGB value is (191,205,72). Sum of RGB (Red+Green+Blue) = 191+205+72=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD48 is #4032B7. Grayscale: #BABABA. Windows color (decimal): -4207288 or 4771263. OLE color: 4771263.

HSL color Cylindrical-coordinate representation of color #BFCD48: hue angle of 66.32º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFCD48 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 72 -
CMYK 0.07 0 0.65 0.20
HSL 66.32º 0.57% 0.54% -
HSV(B) 66.32º 0.65% 0.8% -
XYZ 44.49 55.21 14.44 -
YUV 185.65 63.86 131.81 -
System Red Green Blue C M Y K H S L
Decimal 191 205 72 0.07 0 0.65 0.20 66.32 0.57 0.54
Hex BF CD 48 7 0 41 14 42 39 36
Octal 277 315 110 7 0 101 24 102 71 66
Binary 10111111 11001101 1001000 111 0 1000001 10100 1000010 111001 110110

Color Harmonies of #BFCD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD48

Black with #BFCD48

Text Example


Text Example

White with #BFCD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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