Html Css Color HEX #BDD04B Celery

📋 copy color: '#BDD04B'

red 189 ◦ green 208 ◦ blue 75

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

Shades of Celery #BDD04B

Tints of Celery #BDD04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.89%

R = 40.04%
G = 44.07%
B = 15.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#BDD04B (or 0xBDD04B) is known color: Celery. HEX triplet: BD, D0 and 4B. RGB value is (189,208,75). Sum of RGB (Red+Green+Blue) = 189+208+75=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD04B is #422FB4. Grayscale: #BBBBBB. Windows color (decimal): -4337589 or 4968637. OLE color: 4968637.

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

Color convert

RGB 189 208 75 -
CMYK 0.09 0 0.64 0.18
HSL 68.57º 0.59% 0.55% -
HSV(B) 68.57º 0.64% 0.82% -
XYZ 44.81 56.44 15.19 -
YUV 187.16 64.71 129.31 -
System Red Green Blue C M Y K H S L
Decimal 189 208 75 0.09 0 0.64 0.18 68.57 0.59 0.55
Hex BD D0 4B 9 0 40 12 45 3B 37
Octal 275 320 113 11 0 100 22 105 73 67
Binary 10111101 11010000 1001011 1001 0 1000000 10010 1000101 111011 110111

Color Harmonies of #BDD04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD04B

Black with #BDD04B

Text Example


Text Example

White with #BDD04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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