Html Css Color HEX #BDC73D Celery

📋 copy color: '#BDC73D'

red 189 ◦ green 199 ◦ blue 61

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

Shades of Celery #BDC73D

Tints of Celery #BDC73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.59%

R = 42.09%
G = 44.32%
B = 13.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#BDC73D (or 0xBDC73D) is known color: Celery. HEX triplet: BD, C7 and 3D. RGB value is (189,199,61). Sum of RGB (Red+Green+Blue) = 189+199+61=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC73D is #4238C2. Grayscale: #B4B4B4. Windows color (decimal): -4339907 or 4048829. OLE color: 4048829.

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

Color convert

RGB 189 199 61 -
CMYK 0.05 0 0.69 0.22
HSL 64.35º 0.55% 0.51% -
HSV(B) 64.35º 0.69% 0.78% -
XYZ 42.25 52 12.23 -
YUV 180.28 60.69 134.22 -
System Red Green Blue C M Y K H S L
Decimal 189 199 61 0.05 0 0.69 0.22 64.35 0.55 0.51
Hex BD C7 3D 5 0 45 16 40 37 33
Octal 275 307 75 5 0 105 26 100 67 63
Binary 10111101 11000111 111101 101 0 1000101 10110 1000000 110111 110011

Color Harmonies of #BDC73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC73D

Black with #BDC73D

Text Example


Text Example

White with #BDC73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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