Html Css Color HEX #BFCD4A Celery

📋 copy color: '#BFCD4A'

red 191 ◦ green 205 ◦ blue 74

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

Shades of Celery #BFCD4A

Tints of Celery #BFCD4A

RGB

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

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

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

R = 40.64%
G = 43.62%
B = 15.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#BFCD4A (or 0xBFCD4A) is known color: Celery. HEX triplet: BF, CD and 4A. RGB value is (191,205,74). Sum of RGB (Red+Green+Blue) = 191+205+74=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD4A is #4032B5. Grayscale: #BABABA. Windows color (decimal): -4207286 or 4902335. OLE color: 4902335.

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

Color convert

RGB 191 205 74 -
CMYK 0.07 0 0.64 0.20
HSL 66.41º 0.57% 0.55% -
HSV(B) 66.41º 0.64% 0.8% -
XYZ 44.55 55.23 14.79 -
YUV 185.88 64.86 131.65 -
System Red Green Blue C M Y K H S L
Decimal 191 205 74 0.07 0 0.64 0.20 66.41 0.57 0.55
Hex BF CD 4A 7 0 40 14 42 39 37
Octal 277 315 112 7 0 100 24 102 71 67
Binary 10111111 11001101 1001010 111 0 1000000 10100 1000010 111001 110111

Color Harmonies of #BFCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD4A

Black with #BFCD4A

Text Example


Text Example

White with #BFCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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