Html Css Color HEX #BDDF5D Conifer

📋 copy color: '#BDDF5D'

red 189 ◦ green 223 ◦ blue 93

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

Shades of Conifer #BDDF5D

Tints of Conifer #BDDF5D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

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

R = 37.43%
G = 44.16%
B = 18.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BDDF5D (or 0xBDDF5D) is known color: Conifer. HEX triplet: BD, DF and 5D. RGB value is (189,223,93). Sum of RGB (Red+Green+Blue) = 189+223+93=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF5D is #4220A2. Grayscale: #C6C6C6. Windows color (decimal): -4333731 or 6152125. OLE color: 6152125.

HSL color Cylindrical-coordinate representation of color #BDDF5D: hue angle of 75.69º degrees, saturation: 0.67, 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 #BDDF5D is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 93 -
CMYK 0.15 0 0.58 0.13
HSL 75.69º 0.67% 0.62% -
HSV(B) 75.69º 0.58% 0.87% -
XYZ 49.35 64.38 20.18 -
YUV 198.01 68.74 121.57 -
System Red Green Blue C M Y K H S L
Decimal 189 223 93 0.15 0 0.58 0.13 75.69 0.67 0.62
Hex BD DF 5D F 0 3A D 4C 43 3E
Octal 275 337 135 17 0 72 15 114 103 76
Binary 10111101 11011111 1011101 1111 0 111010 1101 1001100 1000011 111110

Color Harmonies of #BDDF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF5D

Black with #BDDF5D

Text Example


Text Example

White with #BDDF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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