Html Css Color HEX #BDE15D Conifer

📋 copy color: '#BDE15D'

red 189 ◦ green 225 ◦ blue 93

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

Shades of Conifer #BDE15D

Tints of Conifer #BDE15D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.38%

 BLUE value IS 93 (36.72% from 255) = 18.34%

R = 37.28%
G = 44.38%
B = 18.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#BDE15D (or 0xBDE15D) is known color: Conifer. HEX triplet: BD, E1 and 5D. RGB value is (189,225,93). Sum of RGB (Red+Green+Blue) = 189+225+93=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE15D is #421EA2. Grayscale: #C7C7C7. Windows color (decimal): -4333219 or 6152637. OLE color: 6152637.

HSL color Cylindrical-coordinate representation of color #BDE15D: hue angle of 76.36º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDE15D is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 93 -
CMYK 0.16 0 0.59 0.12
HSL 76.36º 0.69% 0.62% -
HSV(B) 76.36º 0.59% 0.88% -
XYZ 49.89 65.46 20.36 -
YUV 199.19 68.07 120.73 -
System Red Green Blue C M Y K H S L
Decimal 189 225 93 0.16 0 0.59 0.12 76.36 0.69 0.62
Hex BD E1 5D 10 0 3B C 4C 45 3E
Octal 275 341 135 20 0 73 14 114 105 76
Binary 10111101 11100001 1011101 10000 0 111011 1100 1001100 1000101 111110

Color Harmonies of #BDE15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE15D

Black with #BDE15D

Text Example


Text Example

White with #BDE15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE15D; }

 p { color: rgb(189,225,93); }

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

background-color css

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

 a { background-color: rgb(189,225,93); }

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

border-color css

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

 span { border-color: rgb(189,225,93); }

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