Html Css Color HEX #BDE65A Conifer

📋 copy color: '#BDE65A'

red 189 ◦ green 230 ◦ blue 90

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

Shades of Conifer #BDE65A

Tints of Conifer #BDE65A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.19%

 BLUE value IS 90 (35.55% from 255) = 17.68%

R = 37.13%
G = 45.19%
B = 17.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#BDE65A (or 0xBDE65A) is known color: Conifer. HEX triplet: BD, E6 and 5A. RGB value is (189,230,90). Sum of RGB (Red+Green+Blue) = 189+230+90=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE65A is #4219A5. Grayscale: #CACACA. Windows color (decimal): -4331942 or 5957309. OLE color: 5957309.

HSL color Cylindrical-coordinate representation of color #BDE65A: hue angle of 77.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDE65A is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 90 -
CMYK 0.18 0 0.61 0.10
HSL 77.57º 0.74% 0.63% -
HSV(B) 77.57º 0.61% 0.9% -
XYZ 51.13 68.15 20.13 -
YUV 201.78 64.92 118.88 -
System Red Green Blue C M Y K H S L
Decimal 189 230 90 0.18 0 0.61 0.10 77.57 0.74 0.63
Hex BD E6 5A 12 0 3D A 4E 4A 3F
Octal 275 346 132 22 0 75 12 116 112 77
Binary 10111101 11100110 1011010 10010 0 111101 1010 1001110 1001010 111111

Color Harmonies of #BDE65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE65A

Black with #BDE65A

Text Example


Text Example

White with #BDE65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE65A; }

 p { color: rgb(189,230,90); }

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

background-color css

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

 a { background-color: rgb(189,230,90); }

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

border-color css

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

 span { border-color: rgb(189,230,90); }

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