Html Css Color HEX #BFCD4C Celery

📋 copy color: '#BFCD4C'

red 191 ◦ green 205 ◦ blue 76

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

Shades of Celery #BFCD4C

Tints of Celery #BFCD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.1%

R = 40.47%
G = 43.43%
B = 16.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#BFCD4C (or 0xBFCD4C) is known color: Celery. HEX triplet: BF, CD and 4C. RGB value is (191,205,76). Sum of RGB (Red+Green+Blue) = 191+205+76=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD4C is #4032B3. Grayscale: #BABABA. Windows color (decimal): -4207284 or 5033407. OLE color: 5033407.

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

Color convert

RGB 191 205 76 -
CMYK 0.07 0 0.63 0.20
HSL 66.51º 0.56% 0.55% -
HSV(B) 66.51º 0.63% 0.8% -
XYZ 44.62 55.26 15.15 -
YUV 186.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 191 205 76 0.07 0 0.63 0.20 66.51 0.56 0.55
Hex BF CD 4C 7 0 3F 14 43 38 37
Octal 277 315 114 7 0 77 24 103 70 67
Binary 10111111 11001101 1001100 111 0 111111 10100 1000011 111000 110111

Color Harmonies of #BFCD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD4C

Black with #BFCD4C

Text Example


Text Example

White with #BFCD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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