Html Css Color HEX #BFCF48 Celery

📋 copy color: '#BFCF48'

red 191 ◦ green 207 ◦ blue 72

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

Shades of Celery #BFCF48

Tints of Celery #BFCF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.04%

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

R = 40.64%
G = 44.04%
B = 15.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#BFCF48 (or 0xBFCF48) is known color: Celery. HEX triplet: BF, CF and 48. RGB value is (191,207,72). Sum of RGB (Red+Green+Blue) = 191+207+72=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF48 is #4030B7. Grayscale: #BBBBBB. Windows color (decimal): -4206776 or 4771775. OLE color: 4771775.

HSL color Cylindrical-coordinate representation of color #BFCF48: hue angle of 67.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFCF48 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 72 -
CMYK 0.08 0 0.65 0.19
HSL 67.11º 0.58% 0.55% -
HSV(B) 67.11º 0.65% 0.81% -
XYZ 44.97 56.17 14.6 -
YUV 186.83 63.2 130.98 -
System Red Green Blue C M Y K H S L
Decimal 191 207 72 0.08 0 0.65 0.19 67.11 0.58 0.55
Hex BF CF 48 8 0 41 13 43 3A 37
Octal 277 317 110 10 0 101 23 103 72 67
Binary 10111111 11001111 1001000 1000 0 1000001 10011 1000011 111010 110111

Color Harmonies of #BFCF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF48

Black with #BFCF48

Text Example


Text Example

White with #BFCF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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