Html Css Color HEX #BDCF46 Celery

📋 copy color: '#BDCF46'

red 189 ◦ green 207 ◦ blue 70

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

Shades of Celery #BDCF46

Tints of Celery #BDCF46

RGB

 RED value IS 189 (74.22% from 255) = 40.56%

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

 BLUE value IS 70 (27.73% from 255) = 15.02%

R = 40.56%
G = 44.42%
B = 15.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#BDCF46 (or 0xBDCF46) is known color: Celery. HEX triplet: BD, CF and 46. RGB value is (189,207,70). Sum of RGB (Red+Green+Blue) = 189+207+70=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCF46 is #4230B9. Grayscale: #BABABA. Windows color (decimal): -4337850 or 4640701. OLE color: 4640701.

HSL color Cylindrical-coordinate representation of color #BDCF46: hue angle of 67.88º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDCF46 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 70 -
CMYK 0.09 0 0.66 0.19
HSL 67.88º 0.59% 0.54% -
HSV(B) 67.88º 0.66% 0.81% -
XYZ 44.4 55.89 14.24 -
YUV 186 62.54 130.14 -
System Red Green Blue C M Y K H S L
Decimal 189 207 70 0.09 0 0.66 0.19 67.88 0.59 0.54
Hex BD CF 46 9 0 42 13 44 3B 36
Octal 275 317 106 11 0 102 23 104 73 66
Binary 10111101 11001111 1000110 1001 0 1000010 10011 1000100 111011 110110

Color Harmonies of #BDCF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF46

Black with #BDCF46

Text Example


Text Example

White with #BDCF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF46; }

 p { color: rgb(189,207,70); }

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

background-color css

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

 a { background-color: rgb(189,207,70); }

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

border-color css

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

 span { border-color: rgb(189,207,70); }

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