Html Css Color HEX #BDC750 Celery

📋 copy color: '#BDC750'

red 189 ◦ green 199 ◦ blue 80

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

Shades of Celery #BDC750

Tints of Celery #BDC750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.09%

R = 40.38%
G = 42.52%
B = 17.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#BDC750 (or 0xBDC750) is known color: Celery. HEX triplet: BD, C7 and 50. RGB value is (189,199,80). Sum of RGB (Red+Green+Blue) = 189+199+80=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC750 is #4238AF. Grayscale: #B6B6B6. Windows color (decimal): -4339888 or 5294013. OLE color: 5294013.

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

Color convert

RGB 189 199 80 -
CMYK 0.05 0 0.60 0.22
HSL 65.04º 0.52% 0.55% -
HSV(B) 65.04º 0.6% 0.78% -
XYZ 42.86 52.24 15.41 -
YUV 182.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 189 199 80 0.05 0 0.60 0.22 65.04 0.52 0.55
Hex BD C7 50 5 0 3C 16 41 34 37
Octal 275 307 120 5 0 74 26 101 64 67
Binary 10111101 11000111 1010000 101 0 111100 10110 1000001 110100 110111

Color Harmonies of #BDC750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC750

Black with #BDC750

Text Example


Text Example

White with #BDC750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC750; }

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

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

background-color css

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

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

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

border-color css

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

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

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