Html Css Color HEX #BDC73F Celery

📋 copy color: '#BDC73F'

red 189 ◦ green 199 ◦ blue 63

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

Shades of Celery #BDC73F

Tints of Celery #BDC73F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.12%

 BLUE value IS 63 (25% from 255) = 13.97%

R = 41.91%
G = 44.12%
B = 13.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#BDC73F (or 0xBDC73F) is known color: Celery. HEX triplet: BD, C7 and 3F. RGB value is (189,199,63). Sum of RGB (Red+Green+Blue) = 189+199+63=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC73F is #4238C0. Grayscale: #B5B5B5. Windows color (decimal): -4339905 or 4179901. OLE color: 4179901.

HSL color Cylindrical-coordinate representation of color #BDC73F: hue angle of 64.41º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDC73F is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 63 -
CMYK 0.05 0 0.68 0.22
HSL 64.41º 0.55% 0.51% -
HSV(B) 64.41º 0.68% 0.78% -
XYZ 42.31 52.02 12.51 -
YUV 180.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 189 199 63 0.05 0 0.68 0.22 64.41 0.55 0.51
Hex BD C7 3F 5 0 44 16 40 37 33
Octal 275 307 77 5 0 104 26 100 67 63
Binary 10111101 11000111 111111 101 0 1000100 10110 1000000 110111 110011

Color Harmonies of #BDC73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC73F

Black with #BDC73F

Text Example


Text Example

White with #BDC73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC73F; }

 p { color: rgb(189,199,63); }

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

background-color css

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

 a { background-color: rgb(189,199,63); }

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

border-color css

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

 span { border-color: rgb(189,199,63); }

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