Html Css Color HEX #BFCF4D Celery

📋 copy color: '#BFCF4D'

red 191 ◦ green 207 ◦ blue 77

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

Shades of Celery #BFCF4D

Tints of Celery #BFCF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.21%

R = 40.21%
G = 43.58%
B = 16.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#BFCF4D (or 0xBFCF4D) is known color: Celery. HEX triplet: BF, CF and 4D. RGB value is (191,207,77). Sum of RGB (Red+Green+Blue) = 191+207+77=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF4D is #4030B2. Grayscale: #BBBBBB. Windows color (decimal): -4206771 or 5099455. OLE color: 5099455.

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

Color convert

RGB 191 207 77 -
CMYK 0.08 0 0.63 0.19
HSL 67.38º 0.58% 0.56% -
HSV(B) 67.38º 0.63% 0.81% -
XYZ 45.14 56.24 15.5 -
YUV 187.4 65.7 130.57 -
System Red Green Blue C M Y K H S L
Decimal 191 207 77 0.08 0 0.63 0.19 67.38 0.58 0.56
Hex BF CF 4D 8 0 3F 13 43 3A 38
Octal 277 317 115 10 0 77 23 103 72 70
Binary 10111111 11001111 1001101 1000 0 111111 10011 1000011 111010 111000

Color Harmonies of #BFCF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF4D

Black with #BFCF4D

Text Example


Text Example

White with #BFCF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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