Html Css Color HEX #BDDD5D Conifer

📋 copy color: '#BDDD5D'

red 189 ◦ green 221 ◦ blue 93

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

Shades of Conifer #BDDD5D

Tints of Conifer #BDDD5D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.94%

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

R = 37.57%
G = 43.94%
B = 18.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BDDD5D (or 0xBDDD5D) is known color: Conifer. HEX triplet: BD, DD and 5D. RGB value is (189,221,93). Sum of RGB (Red+Green+Blue) = 189+221+93=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD5D is #4222A2. Grayscale: #C5C5C5. Windows color (decimal): -4334243 or 6151613. OLE color: 6151613.

HSL color Cylindrical-coordinate representation of color #BDDD5D: hue angle of 75º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDDD5D is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 93 -
CMYK 0.14 0 0.58 0.13
HSL 75º 0.65% 0.62% -
HSV(B) 75º 0.58% 0.87% -
XYZ 48.82 63.32 20.01 -
YUV 196.84 69.4 122.41 -
System Red Green Blue C M Y K H S L
Decimal 189 221 93 0.14 0 0.58 0.13 75 0.65 0.62
Hex BD DD 5D E 0 3A D 4B 41 3E
Octal 275 335 135 16 0 72 15 113 101 76
Binary 10111101 11011101 1011101 1110 0 111010 1101 1001011 1000001 111110

Color Harmonies of #BDDD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD5D

Black with #BDDD5D

Text Example


Text Example

White with #BDDD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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