Html Css Color HEX #BDEB5D Conifer

📋 copy color: '#BDEB5D'

red 189 ◦ green 235 ◦ blue 93

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

Shades of Conifer #BDEB5D

Tints of Conifer #BDEB5D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.45%

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

R = 36.56%
G = 45.45%
B = 17.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#BDEB5D (or 0xBDEB5D) is known color: Conifer. HEX triplet: BD, EB and 5D. RGB value is (189,235,93). Sum of RGB (Red+Green+Blue) = 189+235+93=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEB5D is #4214A2. Grayscale: #CDCDCD. Windows color (decimal): -4330659 or 6155197. OLE color: 6155197.

HSL color Cylindrical-coordinate representation of color #BDEB5D: hue angle of 79.44º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDEB5D is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 93 -
CMYK 0.20 0 0.60 0.08
HSL 79.44º 0.78% 0.64% -
HSV(B) 79.44º 0.6% 0.92% -
XYZ 52.67 71.03 21.29 -
YUV 205.06 64.76 116.55 -
System Red Green Blue C M Y K H S L
Decimal 189 235 93 0.20 0 0.60 0.08 79.44 0.78 0.64
Hex BD EB 5D 14 0 3C 8 4F 4E 40
Octal 275 353 135 24 0 74 10 117 116 100
Binary 10111101 11101011 1011101 10100 0 111100 1000 1001111 1001110 1000000

Color Harmonies of #BDEB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEB5D

Black with #BDEB5D

Text Example


Text Example

White with #BDEB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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