Html Css Color HEX #BFCB47 Celery

📋 copy color: '#BFCB47'

red 191 ◦ green 203 ◦ blue 71

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

Shades of Celery #BFCB47

Tints of Celery #BFCB47

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.66%

 BLUE value IS 71 (28.13% from 255) = 15.27%

R = 41.08%
G = 43.66%
B = 15.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#BFCB47 (or 0xBFCB47) is known color: Celery. HEX triplet: BF, CB and 47. RGB value is (191,203,71). Sum of RGB (Red+Green+Blue) = 191+203+71=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCB47 is #4034B8. Grayscale: #B8B8B8. Windows color (decimal): -4207801 or 4705215. OLE color: 4705215.

HSL color Cylindrical-coordinate representation of color #BFCB47: hue angle of 65.45º degrees, saturation: 0.56, 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 #BFCB47 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 71 -
CMYK 0.06 0 0.65 0.20
HSL 65.45º 0.56% 0.54% -
HSV(B) 65.45º 0.65% 0.8% -
XYZ 43.98 54.24 14.11 -
YUV 184.36 64.02 132.73 -
System Red Green Blue C M Y K H S L
Decimal 191 203 71 0.06 0 0.65 0.20 65.45 0.56 0.54
Hex BF CB 47 6 0 41 14 41 38 36
Octal 277 313 107 6 0 101 24 101 70 66
Binary 10111111 11001011 1000111 110 0 1000001 10100 1000001 111000 110110

Color Harmonies of #BFCB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB47

Black with #BFCB47

Text Example


Text Example

White with #BFCB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB47; }

 p { color: rgb(191,203,71); }

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

background-color css

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

 a { background-color: rgb(191,203,71); }

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

border-color css

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

 span { border-color: rgb(191,203,71); }

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