Html Css Color HEX #BFCE4A Celery

📋 copy color: '#BFCE4A'

red 191 ◦ green 206 ◦ blue 74

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

Shades of Celery #BFCE4A

Tints of Celery #BFCE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

 BLUE value IS 74 (29.3% from 255) = 15.71%

R = 40.55%
G = 43.74%
B = 15.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#BFCE4A (or 0xBFCE4A) is known color: Celery. HEX triplet: BF, CE and 4A. RGB value is (191,206,74). Sum of RGB (Red+Green+Blue) = 191+206+74=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCE4A is #4031B5. Grayscale: #BABABA. Windows color (decimal): -4207030 or 4902591. OLE color: 4902591.

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

Color convert

RGB 191 206 74 -
CMYK 0.07 0 0.64 0.19
HSL 66.82º 0.57% 0.55% -
HSV(B) 66.82º 0.64% 0.81% -
XYZ 44.79 55.71 14.87 -
YUV 186.47 64.53 131.23 -
System Red Green Blue C M Y K H S L
Decimal 191 206 74 0.07 0 0.64 0.19 66.82 0.57 0.55
Hex BF CE 4A 7 0 40 13 43 39 37
Octal 277 316 112 7 0 100 23 103 71 67
Binary 10111111 11001110 1001010 111 0 1000000 10011 1000011 111001 110111

Color Harmonies of #BFCE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE4A

Black with #BFCE4A

Text Example


Text Example

White with #BFCE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE4A; }

 p { color: rgb(191,206,74); }

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

background-color css

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

 a { background-color: rgb(191,206,74); }

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

border-color css

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

 span { border-color: rgb(191,206,74); }

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