Html Css Color HEX #BDE646 Conifer

📋 copy color: '#BDE646'

red 189 ◦ green 230 ◦ blue 70

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

Shades of Conifer #BDE646

Tints of Conifer #BDE646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.31%

R = 38.65%
G = 47.03%
B = 14.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#BDE646 (or 0xBDE646) is known color: Conifer. HEX triplet: BD, E6 and 46. RGB value is (189,230,70). Sum of RGB (Red+Green+Blue) = 189+230+70=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE646 is #4219B9. Grayscale: #C8C8C8. Windows color (decimal): -4331962 or 4646589. OLE color: 4646589.

HSL color Cylindrical-coordinate representation of color #BDE646: hue angle of 75.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDE646 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 70 -
CMYK 0.18 0 0.70 0.10
HSL 75.38º 0.76% 0.59% -
HSV(B) 75.38º 0.7% 0.9% -
XYZ 50.39 67.85 16.24 -
YUV 199.5 54.92 120.51 -
System Red Green Blue C M Y K H S L
Decimal 189 230 70 0.18 0 0.70 0.10 75.38 0.76 0.59
Hex BD E6 46 12 0 46 A 4B 4C 3B
Octal 275 346 106 22 0 106 12 113 114 73
Binary 10111101 11100110 1000110 10010 0 1000110 1010 1001011 1001100 111011

Color Harmonies of #BDE646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE646

Black with #BDE646

Text Example


Text Example

White with #BDE646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE646; }

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

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

background-color css

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

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

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

border-color css

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

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

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