Html Css Color HEX #BDD045 Celery

📋 copy color: '#BDD045'

red 189 ◦ green 208 ◦ blue 69

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

Shades of Celery #BDD045

Tints of Celery #BDD045

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

 BLUE value IS 69 (27.34% from 255) = 14.81%

R = 40.56%
G = 44.64%
B = 14.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#BDD045 (or 0xBDD045) is known color: Celery. HEX triplet: BD, D0 and 45. RGB value is (189,208,69). Sum of RGB (Red+Green+Blue) = 189+208+69=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD045 is #422FBA. Grayscale: #BBBBBB. Windows color (decimal): -4337595 or 4575421. OLE color: 4575421.

HSL color Cylindrical-coordinate representation of color #BDD045: hue angle of 68.2º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDD045 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 69 -
CMYK 0.09 0 0.67 0.18
HSL 68.2º 0.6% 0.54% -
HSV(B) 68.2º 0.67% 0.82% -
XYZ 44.62 56.36 14.16 -
YUV 186.47 61.71 129.8 -
System Red Green Blue C M Y K H S L
Decimal 189 208 69 0.09 0 0.67 0.18 68.2 0.6 0.54
Hex BD D0 45 9 0 43 12 44 3C 36
Octal 275 320 105 11 0 103 22 104 74 66
Binary 10111101 11010000 1000101 1001 0 1000011 10010 1000100 111100 110110

Color Harmonies of #BDD045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD045

Black with #BDD045

Text Example


Text Example

White with #BDD045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD045; }

 p { color: rgb(189,208,69); }

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

background-color css

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

 a { background-color: rgb(189,208,69); }

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

border-color css

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

 span { border-color: rgb(189,208,69); }

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